UX: placeholder text in watched word input field

This commit is contained in:
Neil Lalonde 2017-08-10 11:25:17 -04:00
parent 05a74d2534
commit 3c538270e4
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<b>{{i18n 'admin.watched_words.form.label'}}</b>
{{text-field value=word disabled=formSubmitted class="watched-word-input" autocorrect="off" autocapitalize="off"}}
{{text-field value=word disabled=formSubmitted class="watched-word-input" autocorrect="off" autocapitalize="off" placeholderKey="admin.watched_words.form.placeholder"}}
{{d-button action="submit" disabled=formSubmitted label="admin.watched_words.form.add"}}
{{#if showSuccessMessage}}

View File

@ -3179,6 +3179,7 @@ en:
flag: 'Allow posts containing these words, but flag them as inappropriate so moderators can review them.'
form:
label: 'New Word:'
placeholder: 'full word or * as wildcard'
add: 'Add'
success: 'Success'
upload: "Upload"