summaryrefslogtreecommitdiff
path: root/tmpl/term.html
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 /tmpl/term.html
parent0ef6a2f6c963f11a97b62eacca7476ee4ec2c071 (diff)
Rename references of "vocab" to "term"
Diffstat (limited to 'tmpl/term.html')
-rw-r--r--tmpl/term.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/term.html b/tmpl/term.html
index ca96ab24..aff3e2ff 100644
--- a/tmpl/term.html
+++ b/tmpl/term.html
@@ -5,8 +5,8 @@
<a href="#" title="Play audio" class="action-play-audio" data-index="{{@index}}"><img src="{{../root}}/img/play_audio.png"></a>
{{/if}}
{{#if enableAnkiConnect}}
- <a href="#" title="Add vocabulary as expression" class="action-add-note disabled" data-mode="vocab_kanji" data-index="{{@index}}"><img src="{{../root}}/img/add_vocab_kanji.png"></a>
- <a href="#" title="Add vocabulary as reading" class="action-add-note disabled" data-mode="vocab_kana" data-index="{{@index}}"><img src="{{../root}}/img/add_vocab_kana.png"></a>
+ <a href="#" title="Add term as expression" class="action-add-note disabled" data-mode="term_kanji" data-index="{{@index}}"><img src="{{../root}}/img/add_term_kanji.png"></a>
+ <a href="#" title="Add term as reading" class="action-add-note disabled" data-mode="term_kana" data-index="{{@index}}"><img src="{{../root}}/img/add_term_kana.png"></a>
{{/if}}
</div>
{{/with}}