To ensure the integrity

This commit is contained in:
Kyle Spearrin 2018-11-21 09:04:46 -05:00
parent 7b7592822f
commit 21f5cb36bb
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
</div> </div>
<div class="modal-body"> <div class="modal-body">
<p> <p>
{{'fingerprintEnsureIntegrity' | i18n}} {{'fingerprintEnsureIntegrityVerify' | i18n}}
<a href="https://help.bitwarden.com/article/fingerprint-phrase/" target="_blank" rel="noopener"> <a href="https://help.bitwarden.com/article/fingerprint-phrase/" target="_blank" rel="noopener">
{{'learnMore' | i18n}}</a> {{'learnMore' | i18n}}</a>
</p> </p>

View File

@ -2576,8 +2576,8 @@
"message": "Your account's fingerprint phrase", "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." "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": { "fingerprintEnsureIntegrityVerify": {
"message": "The ensure the integrity of your encryption keys, please verify the user's fingerprint phrase before continuing.", "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." "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": { "dontAskFingerprintAgain": {