Localize Chats NavSidebar title

This commit is contained in:
Fedor Indutny 2024-03-19 16:31:50 -07:00 committed by GitHub
parent 1dd03af574
commit 5994deae89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -634,7 +634,7 @@ export function LeftPane({
return (
<NavSidebar
title="Chats"
title={i18n('icu:LeftPane--chats')}
hideHeader={hideHeader}
i18n={i18n}
otherTabsUnreadStats={otherTabsUnreadStats}