[EC-587] Update UI copy for Encrypted Export (#4228)

This commit is contained in:
Andreas Coroiu 2022-12-28 16:51:00 +01:00 committed by GitHub
parent c10e93c0d9
commit 350724f586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View File

@ -30,9 +30,9 @@
<div class="row"> <div class="row">
<div class="form-group col-6"> <div class="form-group col-6">
<ng-container *ngIf="format === 'encrypted_json'"> <ng-container *ngIf="format === 'encrypted_json'">
<div role="radiogroup" aria-labelledby="fileTypeHeading"> <div role="radiogroup" aria-labelledby="exportTypeHeading">
<label id="fileTypeHeading" class="tw-semi-bold tw-text-lg"> <label id="exportTypeHeading" class="tw-semi-bold tw-text-lg">
{{ "fileTypeHeading" | i18n }} {{ "exportTypeHeading" | i18n }}
</label> </label>
<div appBoxRow name="FileTypeOptions" class="tw-flex tw-items-center"> <div appBoxRow name="FileTypeOptions" class="tw-flex tw-items-center">
@ -49,13 +49,13 @@
</div> </div>
<div> <div>
<label class="tw-semi-bold tw-text-md tw-ml-1 tw-mt-1 tw-mb-1" for="AccountEncrypted"> <label class="tw-semi-bold tw-text-md tw-ml-1 tw-mt-1 tw-mb-1" for="AccountEncrypted">
{{ "accountBackup" | i18n }} {{ "accountRestricted" | i18n }}
</label> </label>
</div> </div>
</div> </div>
<div class="tw-regular ml-3 pb-2 tw-text-sm"> <div class="tw-regular ml-3 pb-2 tw-text-sm">
{{ "accountBackupOptionDescription" | i18n }} {{ "accountRestrictedOptionDescription" | i18n }}
</div> </div>
<div class="tw-flex tw-items-center"> <div class="tw-flex tw-items-center">

View File

@ -929,17 +929,17 @@
"confirmFilePassword": { "confirmFilePassword": {
"message": "Confirm file password" "message": "Confirm file password"
}, },
"accountBackupOptionDescription": { "accountRestrictedOptionDescription": {
"message": "Use your account encryption key to encrypt the export and restrict import to only the current Bitwarden account." "message": "Use your account encryption key, derived from your account's username and Master Password, to encrypt the export and restrict import to only the current Bitwarden account."
}, },
"passwordProtectedOptionDescription": { "passwordProtectedOptionDescription": {
"message": "Set a password to encrypt the export and import it to any Bitwarden account using the password for decryption." "message": "Set a file password to encrypt the export and import it to any Bitwarden account using the password for decryption."
}, },
"fileTypeHeading": { "exportTypeHeading": {
"message": "File type" "message": "Export type"
}, },
"accountBackup": { "accountRestricted": {
"message": "Account backup" "message": "Account restricted"
}, },
"passwordProtected": { "passwordProtected": {
"message": "Password protected" "message": "Password protected"
@ -5188,7 +5188,7 @@
"message": "Exporting organization vault" "message": "Exporting organization vault"
}, },
"exportingPersonalVaultDescription": { "exportingPersonalVaultDescription": {
"message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included.", "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated password history or attachments.",
"placeholders": { "placeholders": {
"email": { "email": {
"content": "$1", "content": "$1",