Add config page new section
This commit is contained in:
parent
c320f781df
commit
b0234ec75b
3 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,8 @@
|
||||||
.fields-group
|
.fields-group
|
||||||
= f.input :setting_show_application, as: :boolean, wrapper: :with_label, recommended: true
|
= f.input :setting_show_application, as: :boolean, wrapper: :with_label, recommended: true
|
||||||
|
|
||||||
|
%h4= t 'preferences.stop_deliver'
|
||||||
|
|
||||||
.fields-group
|
.fields-group
|
||||||
= f.input :setting_send_without_domain_blocks, as: :boolean, wrapper: :with_label
|
= f.input :setting_send_without_domain_blocks, as: :boolean, wrapper: :with_label
|
||||||
|
|
||||||
|
|
|
@ -1490,6 +1490,7 @@ en:
|
||||||
other: Other
|
other: Other
|
||||||
posting_defaults: Posting defaults
|
posting_defaults: Posting defaults
|
||||||
public_timelines: Public timelines
|
public_timelines: Public timelines
|
||||||
|
stop_deliver: Stop delivering
|
||||||
privacy_policy:
|
privacy_policy:
|
||||||
title: Privacy Policy
|
title: Privacy Policy
|
||||||
reactions:
|
reactions:
|
||||||
|
|
|
@ -1474,6 +1474,7 @@ ja:
|
||||||
other: その他
|
other: その他
|
||||||
posting_defaults: デフォルトの投稿設定
|
posting_defaults: デフォルトの投稿設定
|
||||||
public_timelines: 公開タイムライン
|
public_timelines: 公開タイムライン
|
||||||
|
stop_deliver: 配送停止
|
||||||
privacy_policy:
|
privacy_policy:
|
||||||
title: プライバシーポリシー
|
title: プライバシーポリシー
|
||||||
reactions:
|
reactions:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue