Fix single quote setting hint message
This commit is contained in:
parent
48b78e6d12
commit
be5072bcf6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
= ff.input :lock_follow_from_bot, wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_lock_follow_from_bot')
|
||||
|
||||
.fields-group
|
||||
= ff.input :single_ref_to_quote, wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_single_ref_to_quote'), hint: I18n.t('simple_form.labels.defaults.setting_single_ref_to_quote')
|
||||
= ff.input :single_ref_to_quote, wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_single_ref_to_quote'), hint: I18n.t('simple_form.hints.defaults.setting_single_ref_to_quote')
|
||||
|
||||
%h4= t 'preferences.posting_defaults'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue