From b0234ec75bb96c751cd43c82155b52bc7e35b28e Mon Sep 17 00:00:00 2001 From: KMY Date: Tue, 2 May 2023 18:41:15 +0900 Subject: [PATCH] Add config page new section --- app/views/settings/preferences/other/show.html.haml | 2 ++ config/locales/en.yml | 1 + config/locales/ja.yml | 1 + 3 files changed, 4 insertions(+) diff --git a/app/views/settings/preferences/other/show.html.haml b/app/views/settings/preferences/other/show.html.haml index a0890b7185..12142a479a 100644 --- a/app/views/settings/preferences/other/show.html.haml +++ b/app/views/settings/preferences/other/show.html.haml @@ -34,6 +34,8 @@ .fields-group = f.input :setting_show_application, as: :boolean, wrapper: :with_label, recommended: true + %h4= t 'preferences.stop_deliver' + .fields-group = f.input :setting_send_without_domain_blocks, as: :boolean, wrapper: :with_label diff --git a/config/locales/en.yml b/config/locales/en.yml index c74cad58b3..7b987dea20 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1490,6 +1490,7 @@ en: other: Other posting_defaults: Posting defaults public_timelines: Public timelines + stop_deliver: Stop delivering privacy_policy: title: Privacy Policy reactions: diff --git a/config/locales/ja.yml b/config/locales/ja.yml index e79ba26023..e7a7a09b2c 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1474,6 +1474,7 @@ ja: other: その他 posting_defaults: デフォルトの投稿設定 public_timelines: 公開タイムライン + stop_deliver: 配送停止 privacy_policy: title: プライバシーポリシー reactions: