1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 11:43:46 +00:00

[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
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">