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:
@@ -52,12 +52,16 @@ export function SafetyNumberNotification({
|
||||
contents={
|
||||
isGroup ? (
|
||||
<Intl
|
||||
id="safetyNumberChangedGroup"
|
||||
id="icu:safetyNumberChangedGroup"
|
||||
components={{ name }}
|
||||
i18n={i18n}
|
||||
/>
|
||||
) : (
|
||||
<Intl id="safetyNumberChanged" components={{ name }} i18n={i18n} />
|
||||
<Intl
|
||||
id="icu:safetyNumberChanged"
|
||||
components={{ name }}
|
||||
i18n={i18n}
|
||||
/>
|
||||
)
|
||||
}
|
||||
button={
|
||||
|
||||
Reference in New Issue
Block a user