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

View File

@ -929,17 +929,17 @@
"confirmFilePassword": {
"message": "Confirm file password"
},
"accountBackupOptionDescription": {
"message": "Use your account encryption key to encrypt the export and restrict import to only the current Bitwarden account."
"accountRestrictedOptionDescription": {
"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": {
"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": {
"message": "File type"
"exportTypeHeading": {
"message": "Export type"
},
"accountBackup": {
"message": "Account backup"
"accountRestricted": {
"message": "Account restricted"
},
"passwordProtected": {
"message": "Password protected"
@ -5188,7 +5188,7 @@
"message": "Exporting organization vault"
},
"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": {
"email": {
"content": "$1",