mirror of https://github.com/zulip/zulip.git
settings: Move setting to allow message content in email notifications.
We move "Allow message content in message notification emails" setting from "Other settings" subsection to "Automated messages and emails" subsection. Fixes #25339.
This commit is contained in:
parent
691f3c2d49
commit
e3598c80ec
|
@ -15,7 +15,7 @@ being sent through the email system.
|
|||
|
||||
{settings_tab|organization-settings}
|
||||
|
||||
1. Under **Other settings**, toggle
|
||||
1. Under **Automated messages and emails**, toggle
|
||||
**Allow message content in message notification emails**.
|
||||
|
||||
{end_tabs}
|
||||
|
|
|
@ -30,6 +30,12 @@
|
|||
label=admin_settings_label.realm_signup_notifications_stream
|
||||
value_type="number" }}
|
||||
|
||||
{{> settings_checkbox
|
||||
setting_name="realm_message_content_allowed_in_email_notifications"
|
||||
prefix="id_"
|
||||
is_checked=realm_message_content_allowed_in_email_notifications
|
||||
label=admin_settings_label.realm_message_content_allowed_in_email_notifications}}
|
||||
|
||||
{{> settings_checkbox
|
||||
setting_name="realm_send_welcome_emails"
|
||||
prefix="id_"
|
||||
|
@ -132,12 +138,6 @@
|
|||
label=admin_settings_label.realm_default_code_block_language
|
||||
value_type="string" }}
|
||||
|
||||
{{> settings_checkbox
|
||||
setting_name="realm_message_content_allowed_in_email_notifications"
|
||||
prefix="id_"
|
||||
is_checked=realm_message_content_allowed_in_email_notifications
|
||||
label=admin_settings_label.realm_message_content_allowed_in_email_notifications}}
|
||||
|
||||
{{> settings_checkbox
|
||||
setting_name="realm_mandatory_topics"
|
||||
prefix="id_"
|
||||
|
|
Loading…
Reference in New Issue