1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

syncing from menu and vault reload

This commit is contained in:
Kyle Spearrin
2018-02-09 13:47:59 -05:00
parent 16545d9be7
commit ac647f3184
4 changed files with 66 additions and 53 deletions

View File

@@ -259,7 +259,7 @@ export class MenuMain {
},
{ type: 'separator' },
{
label: this.i18nService.t('webVault'),
label: this.i18nService.t('goToWebVault'),
click() {
shell.openExternal('https://vault.bitwarden.com');
}