mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
org-settings: Update "Notifications" header and subheaders.
Updates header "Notifications" to "Automated messages and emails". Updates these subheaders in that section: - "New stream notifications" to "New stream announcements" - "New user notifications" to "New user announcements" - "Notifications language" to "Language for automated messages and invitation emails". Co-authored by: Lauryn Menard <lauryn@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
cd8510607a
commit
8b880e8942
@@ -24,8 +24,8 @@ const admin_settings_label = {
|
|||||||
// Organization settings
|
// Organization settings
|
||||||
realm_allow_edit_history: $t({defaultMessage: "Enable message edit history"}),
|
realm_allow_edit_history: $t({defaultMessage: "Enable message edit history"}),
|
||||||
realm_mandatory_topics: $t({defaultMessage: "Require topics in stream messages"}),
|
realm_mandatory_topics: $t({defaultMessage: "Require topics in stream messages"}),
|
||||||
realm_notifications_stream: $t({defaultMessage: "New stream notifications"}),
|
realm_notifications_stream: $t({defaultMessage: "New stream announcements"}),
|
||||||
realm_signup_notifications_stream: $t({defaultMessage: "New user notifications"}),
|
realm_signup_notifications_stream: $t({defaultMessage: "New user announcements"}),
|
||||||
realm_inline_image_preview: $t({defaultMessage: "Show previews of uploaded and linked images"}),
|
realm_inline_image_preview: $t({defaultMessage: "Show previews of uploaded and linked images"}),
|
||||||
realm_inline_url_embed_preview: $t({defaultMessage: "Show previews of linked websites"}),
|
realm_inline_url_embed_preview: $t({defaultMessage: "Show previews of linked websites"}),
|
||||||
realm_send_welcome_emails: $t({defaultMessage: "Send emails introducing Zulip to new users"}),
|
realm_send_welcome_emails: $t({defaultMessage: "Send emails introducing Zulip to new users"}),
|
||||||
@@ -49,7 +49,9 @@ const admin_settings_label = {
|
|||||||
realm_invite_required: $t({
|
realm_invite_required: $t({
|
||||||
defaultMessage: "Invitations are required for joining this organization",
|
defaultMessage: "Invitations are required for joining this organization",
|
||||||
}),
|
}),
|
||||||
realm_default_language: $t({defaultMessage: "Notification language"}),
|
realm_default_language: $t({
|
||||||
|
defaultMessage: "Language for automated messages and invitation emails",
|
||||||
|
}),
|
||||||
};
|
};
|
||||||
|
|
||||||
function insert_tip_box() {
|
function insert_tip_box() {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<div id="org-notifications" class="org-subsection-parent">
|
<div id="org-notifications" class="org-subsection-parent">
|
||||||
<div class="subsection-header">
|
<div class="subsection-header">
|
||||||
<h3>{{t "Notifications" }}</h3>
|
<h3>{{t "Automated messages and emails" }}</h3>
|
||||||
{{> settings_save_discard_widget section_name="notifications" }}
|
{{> settings_save_discard_widget section_name="notifications" }}
|
||||||
</div>
|
</div>
|
||||||
<div class="inline-block organization-settings-parent">
|
<div class="inline-block organization-settings-parent">
|
||||||
|
|||||||
Reference in New Issue
Block a user