mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fully migrate to ICU
This commit is contained in:
@@ -11,5 +11,5 @@ type PropsType = {
|
||||
};
|
||||
|
||||
export function ToastDebugLogError({ i18n, onClose }: PropsType): JSX.Element {
|
||||
return <Toast onClose={onClose}>{i18n('debugLogError')}</Toast>;
|
||||
return <Toast onClose={onClose}>{i18n('icu:debugLogError')}</Toast>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user