From bc8f50884c293b83d9013c2992dabb09a73bdda7 Mon Sep 17 00:00:00 2001 From: cd-bitwarden <106776772+cd-bitwarden@users.noreply.github.com> Date: Tue, 26 Jul 2022 13:42:54 -0400 Subject: [PATCH 1/2] Update libs/angular/src/components/user-verification-prompt.component.ts Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> --- .../src/components/user-verification-prompt.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/angular/src/components/user-verification-prompt.component.ts b/libs/angular/src/components/user-verification-prompt.component.ts index 9b4ce8715de..aae749de18d 100644 --- a/libs/angular/src/components/user-verification-prompt.component.ts +++ b/libs/angular/src/components/user-verification-prompt.component.ts @@ -10,7 +10,7 @@ import { ModalConfig } from "../services/modal.service"; import { ModalRef } from "./modal/modal.ref"; /** - * Used to verify the user's secret, you can customize all of the text in the modal. + * Used to verify the user's identity (using their master password or email-based OTP for Key Connector users). You can customize all of the text in the modal. */ @Directive() export class UserVerificationPromptComponent { From f8bdefa6ae9b118fc4da2a23ca38e2165a75cfb9 Mon Sep 17 00:00:00 2001 From: cd-bitwarden <106776772+cd-bitwarden@users.noreply.github.com> Date: Tue, 26 Jul 2022 13:43:05 -0400 Subject: [PATCH 2/2] Update apps/web/src/locales/en/messages.json Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> --- apps/web/src/locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index 761d4c9eb9f..5b210e7ca71 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -912,7 +912,7 @@ "message": "Confirm File Password" }, "accountBackupOptionDescription": { - "message": "Leverages your Bitwarden account encryption not master password, to protect the export. This export can only be imported into the current account. Use this to create a backup that cannot be used elsewhere." + "message": "Leverages your Bitwarden account encryption, not master password, to protect the export. This export can only be imported into the current account. Use this to create a backup that cannot be used elsewhere." }, "passwordProtectedOptionDescription": { "message": "Create a user-generated password to protect the export. Use this to create an export that can be used in other accounts."