mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 15:58:11 +08:00
UX: placeholder text in watched word input field
This commit is contained in:
parent
05a74d2534
commit
3c538270e4
@ -1,5 +1,5 @@
|
|||||||
<b>{{i18n 'admin.watched_words.form.label'}}</b>
|
<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"}}
|
{{d-button action="submit" disabled=formSubmitted label="admin.watched_words.form.add"}}
|
||||||
|
|
||||||
{{#if showSuccessMessage}}
|
{{#if showSuccessMessage}}
|
||||||
|
@ -3179,6 +3179,7 @@ en:
|
|||||||
flag: 'Allow posts containing these words, but flag them as inappropriate so moderators can review them.'
|
flag: 'Allow posts containing these words, but flag them as inappropriate so moderators can review them.'
|
||||||
form:
|
form:
|
||||||
label: 'New Word:'
|
label: 'New Word:'
|
||||||
|
placeholder: 'full word or * as wildcard'
|
||||||
add: 'Add'
|
add: 'Add'
|
||||||
success: 'Success'
|
success: 'Success'
|
||||||
upload: "Upload"
|
upload: "Upload"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user