diff --git a/src/components/navigation/left/ServerListSidebar.tsx b/src/components/navigation/left/ServerListSidebar.tsx index dee73e72..5a212d9c 100644 --- a/src/components/navigation/left/ServerListSidebar.tsx +++ b/src/components/navigation/left/ServerListSidebar.tsx @@ -249,8 +249,9 @@ export const ServerListSidebar = observer(({ unreads, lastOpened }: Props) => { x.channel?.channel_type === "DirectMessage" && x.channel.active && x.unread - ) + ) { alertCount++; + } } alertCount += [...client.users.values()].filter( diff --git a/src/context/Locale.tsx b/src/context/Locale.tsx index 6ca75806..199d49e5 100644 --- a/src/context/Locale.tsx +++ b/src/context/Locale.tsx @@ -104,7 +104,7 @@ export const Languages: { [key in Language]: LanguageEntry } = { id: { display: "bahasa Indonesia", emoji: "🇮🇩", i18n: "id" }, it: { display: "Italiano", emoji: "🇮🇹", i18n: "it" }, ja: { display: "日本", emoji: "🇯🇵", i18n: "ja" }, - ko: { display: "한국인", emoji: "🇰🇷", i18n: "ko" }, + ko: { display: "한국어", emoji: "🇰🇷", i18n: "ko" }, lb: { display: "Lëtzebuergesch", emoji: "🇱🇺", i18n: "lb" }, lt: { display: "Lietuvių", emoji: "🇱🇹", i18n: "lt" }, mk: { display: "Македонски", emoji: "🇲🇰", i18n: "mk" },