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:
parent
179c26434b
commit
2bb807c5ce
@ -76,7 +76,7 @@ export class ViewMenu implements IMenubarMenu {
|
|||||||
private get passwordHistory(): MenuItemConstructorOptions {
|
private get passwordHistory(): MenuItemConstructorOptions {
|
||||||
return {
|
return {
|
||||||
id: "passwordHistory",
|
id: "passwordHistory",
|
||||||
label: this.localize("passwordHistory"),
|
label: this.localize("generatorHistory"),
|
||||||
click: () => this.sendMessage("openPasswordHistory"),
|
click: () => this.sendMessage("openPasswordHistory"),
|
||||||
enabled: !this._isLocked,
|
enabled: !this._isLocked,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user