summaryrefslogtreecommitdiff
path: root/ext/fg/js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-08-10 08:44:52 -0700
committerAlex Yatskov <alex@foosoft.net>2016-08-10 08:44:52 -0700
commit5cc989b87f671702912e28c0bce3747b6b79b87b (patch)
tree5f02fec89d585e5e773becdaea09f293c2b9d13a /ext/fg/js
parent0ef6a2f6c963f11a97b62eacca7476ee4ec2c071 (diff)
Rename references of "vocab" to "term"
Diffstat (limited to 'ext/fg/js')
-rw-r--r--ext/fg/js/client.js2
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) {