diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 67ed789828..0434eb056e 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -121,8 +121,13 @@ "changeMasterPassword": { "message": "Change Master Password" }, - "changeEmail": { - "message": "Change Email" + "fingerprintPhrase": { + "message": "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." + }, + "yourAccountsFingerprint": { + "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." }, "twoStepLogin": { "message": "Two-step Login" diff --git a/src/popup/settings/settings.component.html b/src/popup/settings/settings.component.html index 21ba408404..074625d127 100644 --- a/src/popup/settings/settings.component.html +++ b/src/popup/settings/settings.component.html @@ -58,6 +58,11 @@