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