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." diff --git a/libs/angular/src/components/user-verification-prompt.component.ts b/libs/angular/src/components/user-verification-prompt.component.ts index dcfee4c3c92..250a618c01c 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 {