1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00: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

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,
};