From c5f90a9cae54b48740a5873d57b77978b4b933ac Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 4 Jan 2018 09:08:12 -0500 Subject: [PATCH] use translated string for sidebar name --- platform/webext/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/webext/manifest.json b/platform/webext/manifest.json index 0bd2e29..e29cd9d 100644 --- a/platform/webext/manifest.json +++ b/platform/webext/manifest.json @@ -56,7 +56,7 @@ ], "short_name": "uMatrix", "sidebar_action": { - "default_title": "uMatrix logger", + "default_title": "__MSG_loggerPageName__", "default_panel": "logger-ui.html", "default_icon": { "16": "img/icon_16.png",