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}` };