aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/yomichan.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r--ext/bg/js/yomichan.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js
index 1ebdd072..14d311c0 100644
--- a/ext/bg/js/yomichan.js
+++ b/ext/bg/js/yomichan.js
@@ -84,10 +84,10 @@ class Yomichan {
switch (state) {
case 'disabled':
- chrome.browserAction.setBadgeText({text: ''});
+ chrome.browserAction.setBadgeText({text: 'off'});
break;
case 'enabled':
- chrome.browserAction.setBadgeText({text: 'on'});
+ chrome.browserAction.setBadgeText({text: ''});
break;
case 'loading':
chrome.browserAction.setBadgeText({text: '...'});