1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

fix(input-password-component) [PM-24266]: Update modal title. (#16932)

This commit is contained in:
Dave
2025-10-28 15:14:48 -04:00
committed by GitHub
parent fe26826369
commit af1809222f

View File

@@ -564,7 +564,7 @@ export class InputPasswordComponent implements OnInit {
}
} else if (passwordIsWeak) {
const userAcceptedDialog = await this.dialogService.openSimpleDialog({
title: { key: "weakMasterPasswordDesc" },
title: { key: "weakMasterPassword" },
content: { key: "weakMasterPasswordDesc" },
type: "warning",
});