diff options
Diffstat (limited to 'ext/fg/js/client.js')
-rw-r--r-- | ext/fg/js/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/client.js b/ext/fg/js/client.js index 202d6dbd..1bd68aea 100644 --- a/ext/fg/js/client.js +++ b/ext/fg/js/client.js @@ -117,7 +117,7 @@ class Client { this.definitions = defs; this.showPopup(textSource, content); - return bgCanAddDefinitions(defs, ['vocab_kanji', 'vocab_kana']); + return bgCanAddDefinitions(defs, ['term_kanji', 'term_kana']); }) .then((states) => { if (states !== null) { |