mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
lockNow
This commit is contained in:
parent
e518752e94
commit
214d8f7ae8
@ -625,8 +625,8 @@
|
||||
"loading": {
|
||||
"message": "Loading..."
|
||||
},
|
||||
"lockVault": {
|
||||
"message": "Lock Vault"
|
||||
"lockNow": {
|
||||
"message": "Lock Now"
|
||||
},
|
||||
"passwordGenerator": {
|
||||
"message": "Password Generator"
|
||||
|
@ -83,7 +83,7 @@ export class MenuMain {
|
||||
}
|
||||
},
|
||||
{
|
||||
label: this.i18nService.t('lockVault'),
|
||||
label: this.i18nService.t('lockNow'),
|
||||
click() {
|
||||
self.send('lockVault');
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user