From ab8117a201d30aa731191f45ca37324aa71a4e8e Mon Sep 17 00:00:00 2001 From: Ray Lothian Date: Tue, 12 Mar 2019 12:32:15 +0100 Subject: [PATCH] fixes #30 --- extension/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/common.js b/extension/common.js index 78d7676..ac22fc7 100644 --- a/extension/common.js +++ b/extension/common.js @@ -104,7 +104,7 @@ var ua = { }; const custom = 'Mapped from user\'s JSON object if found, otherwise uses "' + (str || navigator.userAgent) + '"'; const title = { - title: `UserAgent Switcher (${str ? 'enabled' : 'disabled'}) + title: `UserAgent Switcher (${str ? 'enabled' : 'set to default'}) User-Agent String: ${prefs.mode === 'custom' ? custom : str || navigator.userAgent}` };