mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
[UX] Change menu items for unauthed and locked vault (#2285)
* Change menu items for unauthed and locked vault * Use 'Log in' instead of 'Login'
This commit is contained in:
committed by
GitHub
parent
71913a5eb5
commit
aa8fe04a28
@@ -751,7 +751,7 @@ export default class MainBackground {
|
||||
if (contextMenuEnabled) {
|
||||
const authed = await this.userService.isAuthenticated();
|
||||
await this.loadNoLoginsContextMenuOptions(
|
||||
this.i18nService.t(authed ? "vaultLocked" : "vaultLoggedOut")
|
||||
this.i18nService.t(authed ? "unlockVaultMenu" : "loginToVaultMenu")
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user