mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 16:38:21 +01:00
Fully migrate to ICU
This commit is contained in:
@@ -20,7 +20,9 @@ export function ScrollDownButton({
|
||||
i18n,
|
||||
scrollDown,
|
||||
}: Props): JSX.Element {
|
||||
const altText = unreadCount ? i18n('messagesBelow') : i18n('scrollDown');
|
||||
const altText = unreadCount
|
||||
? i18n('icu:messagesBelow')
|
||||
: i18n('icu:scrollDown');
|
||||
|
||||
let badgeText: string | undefined;
|
||||
if (unreadCount) {
|
||||
|
||||
Reference in New Issue
Block a user