mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fully migrate to ICU
This commit is contained in:
@@ -16,7 +16,7 @@ export function ToastFailedToFetchUsername({
|
||||
}: PropsType): JSX.Element {
|
||||
return (
|
||||
<Toast onClose={onClose} style={{ maxWidth: '280px' }}>
|
||||
{i18n('Toast--failed-to-fetch-username')}
|
||||
{i18n('icu:Toast--failed-to-fetch-username')}
|
||||
</Toast>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user