mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Uppercase Bitwarden
This commit is contained in:
@@ -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 + ']');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user