mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: string that can't be translated in watched words UI
This commit is contained in:
parent
d841bff9f8
commit
194a2b612f
@ -4,4 +4,4 @@
|
|||||||
<input class="hidden-upload-field" disabled={{addDisabled}} type="file" accept="text/plain,text/csv" />
|
<input class="hidden-upload-field" disabled={{addDisabled}} type="file" accept="text/plain,text/csv" />
|
||||||
</label>
|
</label>
|
||||||
<br/>
|
<br/>
|
||||||
<span class="instructions">One word per line</span>
|
<span class="instructions">{{i18n 'admin.watched_words.one_word_per_line'}}</span>
|
||||||
|
@ -3865,6 +3865,7 @@ en:
|
|||||||
search: "search"
|
search: "search"
|
||||||
clear_filter: "Clear"
|
clear_filter: "Clear"
|
||||||
show_words: "show words"
|
show_words: "show words"
|
||||||
|
one_word_per_line: "One word per line"
|
||||||
word_count:
|
word_count:
|
||||||
one: "%{count} word"
|
one: "%{count} word"
|
||||||
other: "%{count} words"
|
other: "%{count} words"
|
||||||
|
Loading…
Reference in New Issue
Block a user