Add: 投稿時に公開範囲を保存する設定の注意書き (#775)
This commit is contained in:
parent
3e093fc100
commit
d704578c1d
3 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
wrapper: :with_label
|
||||
|
||||
.fields-group
|
||||
= ff.input :stay_privacy, wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_stay_privacy')
|
||||
= ff.input :stay_privacy, wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_stay_privacy'), hint: I18n.t('simple_form.hints.defaults.setting_stay_privacy')
|
||||
|
||||
- if Setting.enable_public_unlisted_visibility
|
||||
.fields-group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue