diff --git a/src/app/organizations/manage/user-confirm.component.html b/src/app/organizations/manage/user-confirm.component.html index 63a97696..c8e0884d 100644 --- a/src/app/organizations/manage/user-confirm.component.html +++ b/src/app/organizations/manage/user-confirm.component.html @@ -12,7 +12,7 @@
- {{'fingerprintEnsureIntegrity' | i18n}} + {{'fingerprintEnsureIntegrityVerify' | i18n}} {{'learnMore' | i18n}}
diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json index e3581623..68c7892b 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -2576,8 +2576,8 @@ "message": "Your account's fingerprint phrase", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." }, - "fingerprintEnsureIntegrity": { - "message": "The ensure the integrity of your encryption keys, please verify the user's fingerprint phrase before continuing.", + "fingerprintEnsureIntegrityVerify": { + "message": "To ensure the integrity of your encryption keys, please verify the user's fingerprint phrase before continuing.", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." }, "dontAskFingerprintAgain": {