FIX: string that can't be translated in watched words UI

This commit is contained in:
Neil Lalonde 2019-07-18 11:07:02 -04:00
parent d841bff9f8
commit 194a2b612f
2 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,4 @@
<input class="hidden-upload-field" disabled={{addDisabled}} type="file" accept="text/plain,text/csv" />
</label>
<br/>
<span class="instructions">One word per line</span>
<span class="instructions">{{i18n 'admin.watched_words.one_word_per_line'}}</span>

View File

@ -3865,6 +3865,7 @@ en:
search: "search"
clear_filter: "Clear"
show_words: "show words"
one_word_per_line: "One word per line"
word_count:
one: "%{count} word"
other: "%{count} words"