From cad243db8b6e57533571fd4a8d139448fc81bf23 Mon Sep 17 00:00:00 2001 From: Mike Cooper Date: Tue, 14 May 2019 16:47:15 -0700 Subject: [PATCH] Fix capitalization of message --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);