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:
@@ -15,6 +15,6 @@ export function ToastVoiceNoteMustBeOnlyAttachment({
|
||||
onClose,
|
||||
}: PropsType): JSX.Element {
|
||||
return (
|
||||
<Toast onClose={onClose}>{i18n('voiceNoteMustBeOnlyAttachment')}</Toast>
|
||||
<Toast onClose={onClose}>{i18n('icu:voiceNoteMustBeOnlyAttachment')}</Toast>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user