diff --git a/background.js b/background.js index 0ea15da..e04ac16 100644 --- a/background.js +++ b/background.js @@ -48,7 +48,7 @@ function markAsTrusted(tabId) { tabId, }); browser.pageAction.setTitle({ - title: "It is SAFE to use your mozilla credentials on this site", + title: "It is SAFE to use your Mozilla credentials on this site", tabId, }) browser.pageAction.show(tabId);