diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-08-10 08:44:52 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-08-10 08:44:52 -0700 |
commit | 5cc989b87f671702912e28c0bce3747b6b79b87b (patch) | |
tree | 5f02fec89d585e5e773becdaea09f293c2b9d13a /ext/bg/js/options.js | |
parent | 0ef6a2f6c963f11a97b62eacca7476ee4ec2c071 (diff) |
Rename references of "vocab" to "term"
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index 3f31aff8..1c54dfe7 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -27,9 +27,9 @@ function sanitizeOptions(options) { enableAnkiConnect: false, ankiCardTags: ['yomichan'], sentenceExtent: 200, - ankiVocabDeck: '', - ankiVocabModel: '', - ankiVocabFields: {}, + ankiTermDeck: '', + ankiTermModel: '', + ankiTermFields: {}, ankiKanjiDeck: '', ankiKanjiModel: '', ankiKanjiFields: {} |