mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
Update Password history button label to Generator history (#12452)
This commit is contained in:
parent
179c26434b
commit
2bb807c5ce
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user