mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
lockNow
This commit is contained in:
@@ -625,8 +625,8 @@
|
|||||||
"loading": {
|
"loading": {
|
||||||
"message": "Loading..."
|
"message": "Loading..."
|
||||||
},
|
},
|
||||||
"lockVault": {
|
"lockNow": {
|
||||||
"message": "Lock Vault"
|
"message": "Lock Now"
|
||||||
},
|
},
|
||||||
"passwordGenerator": {
|
"passwordGenerator": {
|
||||||
"message": "Password Generator"
|
"message": "Password Generator"
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ export class MenuMain {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: this.i18nService.t('lockVault'),
|
label: this.i18nService.t('lockNow'),
|
||||||
click() {
|
click() {
|
||||||
self.send('lockVault');
|
self.send('lockVault');
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user