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:
@@ -12,6 +12,6 @@ export type Props = {
|
||||
|
||||
export function ResetSessionNotification({ i18n }: Props): JSX.Element {
|
||||
return (
|
||||
<SystemMessage contents={i18n('sessionEnded')} icon="session-refresh" />
|
||||
<SystemMessage contents={i18n('icu:sessionEnded')} icon="session-refresh" />
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user