1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00
This commit is contained in:
Kyle Spearrin 2018-02-09 23:52:28 -05:00
parent e518752e94
commit 214d8f7ae8
2 changed files with 3 additions and 3 deletions

View File

@ -625,8 +625,8 @@
"loading": {
"message": "Loading..."
},
"lockVault": {
"message": "Lock Vault"
"lockNow": {
"message": "Lock Now"
},
"passwordGenerator": {
"message": "Password Generator"

View File

@ -83,7 +83,7 @@ export class MenuMain {
}
},
{
label: this.i18nService.t('lockVault'),
label: this.i18nService.t('lockNow'),
click() {
self.send('lockVault');
},