From 5cc989b87f671702912e28c0bce3747b6b79b87b Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 10 Aug 2016 08:44:52 -0700 Subject: Rename references of "vocab" to "term" --- ext/fg/js/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fg/js/client.js') 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) { -- cgit v1.2.3