diff --git a/apps/web/src/app/tools/import-export/export.component.html b/apps/web/src/app/tools/import-export/export.component.html index 4e27fc70f75..caefe329b7f 100644 --- a/apps/web/src/app/tools/import-export/export.component.html +++ b/apps/web/src/app/tools/import-export/export.component.html @@ -84,73 +84,61 @@
-
- - {{ "filePassword" | i18n }} - - -
- -
-
-
+ + {{ "filePassword" | i18n }} + + + {{ "exportPasswordDescription" | i18n }} -
-
-
- - {{ "confirmFilePassword" | i18n }} - -
- -
-
-
+ + + + + {{ "confirmFilePassword" | i18n }} + + +
diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index 755eb80b7ae..b3973e546c3 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -912,7 +912,7 @@ "message": "This file export will be password protected and require the file password to decrypt." }, "exportPasswordDescription": { - "message": "This password will be used to export and import this file" + "message": "This password will be used to export and import this file." }, "confirmMasterPassword": { "message": "Confirm Master Password" diff --git a/apps/web/src/locales/en_GB/messages.json b/apps/web/src/locales/en_GB/messages.json index 3a711cd61d6..5e4b8c6c2e0 100644 --- a/apps/web/src/locales/en_GB/messages.json +++ b/apps/web/src/locales/en_GB/messages.json @@ -912,7 +912,7 @@ "message": "This file export will be password protected and require the file password to decrypt." }, "exportPasswordDescription": { - "message": "This password will be used to export and import this file" + "message": "This password will be used to export and import this file." }, "confirmMasterPassword": { "message": "Confirm Master Password"