1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-22 16:29:09 +01:00

Update Password history button label to Generator history (#12452)

This commit is contained in:
albertboyd5 2024-12-18 13:20:17 -06:00 committed by GitHub
parent 179c26434b
commit 2bb807c5ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ export class ViewMenu implements IMenubarMenu {
private get passwordHistory(): MenuItemConstructorOptions {
return {
id: "passwordHistory",
label: this.localize("passwordHistory"),
label: this.localize("generatorHistory"),
click: () => this.sendMessage("openPasswordHistory"),
enabled: !this._isLocked,
};