mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +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) {
|
} else if (passwordIsWeak) {
|
||||||
const userAcceptedDialog = await this.dialogService.openSimpleDialog({
|
const userAcceptedDialog = await this.dialogService.openSimpleDialog({
|
||||||
title: { key: "weakMasterPasswordDesc" },
|
title: { key: "weakMasterPassword" },
|
||||||
content: { key: "weakMasterPasswordDesc" },
|
content: { key: "weakMasterPasswordDesc" },
|
||||||
type: "warning",
|
type: "warning",
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user