Update safety number verification messages to match ios/android

This commit is contained in:
Jamie Kyle 2023-02-03 18:32:17 -08:00 committed by GitHub
parent e30f633c95
commit 3776a04c0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 8 deletions

View file

@ -68,7 +68,7 @@ export function SafetyNumberNotification({
size={ButtonSize.Small}
variant={ButtonVariant.SystemMessage}
>
{i18n('verifyNewNumber')}
{i18n('icu:SafetyNumberNotification__viewSafetyNumber')}
</Button>
}
/>