Add: 投稿時に公開範囲を保存する設定の注意書き (#775)

This commit is contained in:
KMY(雪あすか) 2024-07-05 18:26:08 +09:00 committed by GitHub
parent 3e093fc100
commit d704578c1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -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