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

Uppercase Bitwarden

This commit is contained in:
Kyle Spearrin
2018-02-27 13:37:57 -05:00
parent e205bbc999
commit bf149b4c49
10 changed files with 50 additions and 45 deletions

View File

@@ -322,7 +322,7 @@ export default class MainBackground {
type: 'normal',
id: 'root',
contexts: ['all'],
title: 'bitwarden',
title: 'Bitwarden',
});
await this.contextMenusCreate({
@@ -607,7 +607,7 @@ export default class MainBackground {
tabId: tabId,
});
} else if (this.sidebarAction.setTitle) {
let title = 'bitwarden';
let title = 'Bitwarden';
if (text && text !== '') {
title += (' [' + text + ']');
}