Fully migrate to ICU
This commit is contained in:
@@ -11,5 +11,5 @@ type PropsType = {
|
||||
};
|
||||
|
||||
export function ToastVoiceNoteLimit({ i18n, onClose }: PropsType): JSX.Element {
|
||||
return <Toast onClose={onClose}>{i18n('voiceNoteError')}</Toast>;
|
||||
return <Toast onClose={onClose}>{i18n('icu:voiceNoteError')}</Toast>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user