mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 23:15:53 +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>
|
||||
{{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}}
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user