Add regexp hint to ng_words, sensitive_words page
This commit is contained in:
parent
a976d7b889
commit
99fb562367
3 changed files with 5 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
= render 'shared/error_messages', object: @admin_settings
|
||||
|
||||
.fields-group
|
||||
= f.input :ng_words, wrapper: :with_label, as: :text, input_html: { rows: 12 }, label: t('admin.ng_words.keywords')
|
||||
= f.input :ng_words, wrapper: :with_label, as: :text, input_html: { rows: 12 }, label: t('admin.ng_words.keywords'), hint: t('admin.ng_words.keywords_hint')
|
||||
|
||||
.fields-group
|
||||
= f.input :post_hash_tags_max, wrapper: :with_label, as: :integer, label: t('admin.ng_words.post_hash_tags_max')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue