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:
@@ -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",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user