Zulip works reliably for organizations
diff --git a/templates/corporate/for/open-source.html b/templates/corporate/for/open-source.html
index f2290f8523..5ddbdbde4c 100644
--- a/templates/corporate/for/open-source.html
+++ b/templates/corporate/for/open-source.html
@@ -603,7 +603,7 @@
Mention
users,
groups
of users
- or
everyone
+ or
everyone
when you need their attention.
diff --git a/templates/corporate/for/research.html b/templates/corporate/for/research.html
index 247f91a5cb..e24aa0a50f 100644
--- a/templates/corporate/for/research.html
+++ b/templates/corporate/for/research.html
@@ -353,7 +353,7 @@
Mention
users,
groups
of users
- or
everyone
+ or
everyone
when you need their attention.
diff --git a/templates/zerver/emails/missed_message.html b/templates/zerver/emails/missed_message.html
index 7eaa6f0605..163c614497 100644
--- a/templates/zerver/emails/missed_message.html
+++ b/templates/zerver/emails/missed_message.html
@@ -16,7 +16,7 @@
{% if message_content_disabled_by_realm %}
{% trans help_url=realm_uri + "/help/hide-message-content-in-emails" %}This email does not include message content because your organization has disabled
message content appearing in email notifications.{% endtrans %}
{% elif message_content_disabled_by_user %}
- {% trans alert_notif_url=realm_uri + "/help/pm-mention-alert-notifications" %}This email does not include message content because you have disabled
message content appearing in email notifications.{% endtrans %}
+ {% trans alert_notif_url=realm_uri + "/help/dm-mention-alert-notifications" %}This email does not include message content because you have disabled
message content appearing in email notifications.{% endtrans %}
{% endif %}
{% endif %}
diff --git a/templates/zerver/emails/missed_message.txt b/templates/zerver/emails/missed_message.txt
index da4cd74f94..f0dcb79043 100644
--- a/templates/zerver/emails/missed_message.txt
+++ b/templates/zerver/emails/missed_message.txt
@@ -13,7 +13,7 @@ This email does not include message content because your organization has disabl
See {{ hide_content_url }} for more details.
{% endtrans %}
{% elif message_content_disabled_by_user %}
-{% trans alert_notif_url=realm_uri + "/help/pm-mention-alert-notifications" %}
+{% trans alert_notif_url=realm_uri + "/help/dm-mention-alert-notifications" %}
This email does not include message content because you have disabled message content appearing in email notifications.
See {{ alert_notif_url }} for more details.
{% endtrans %}
diff --git a/zerver/tests/test_message_notification_emails.py b/zerver/tests/test_message_notification_emails.py
index 35557c1c6f..5094c2408d 100644
--- a/zerver/tests/test_message_notification_emails.py
+++ b/zerver/tests/test_message_notification_emails.py
@@ -190,7 +190,7 @@ class TestMessageNotificationEmails(ZulipTestCase):
# Test in case if message content in missed email message are disabled.
verify_body_include = [
"This email does not include message content because you have disabled message ",
- "http://zulip.testserver/help/pm-mention-alert-notifications ",
+ "http://zulip.testserver/help/dm-mention-alert-notifications ",
"View or reply in Zulip Dev Zulip",
" Manage email preferences: http://zulip.testserver/#settings/notifications",
]
@@ -250,7 +250,7 @@ class TestMessageNotificationEmails(ZulipTestCase):
# Test in case if message content in missed email message are disabled.
verify_body_include = [
"This email does not include message content because you have disabled message ",
- "http://zulip.testserver/help/pm-mention-alert-notifications ",
+ "http://zulip.testserver/help/dm-mention-alert-notifications ",
"View or reply in Zulip Dev Zulip",
" Manage email preferences: http://zulip.testserver/#settings/notifications",
]
@@ -290,7 +290,7 @@ class TestMessageNotificationEmails(ZulipTestCase):
# Test in case if message content in missed email message are disabled.
verify_body_include = [
"This email does not include message content because you have disabled message ",
- "http://zulip.testserver/help/pm-mention-alert-notifications ",
+ "http://zulip.testserver/help/dm-mention-alert-notifications ",
"View or reply in Zulip Dev Zulip",
" Manage email preferences: http://zulip.testserver/#settings/notifications",
]
@@ -349,7 +349,7 @@ class TestMessageNotificationEmails(ZulipTestCase):
# Test in case if message content in missed email message are disabled.
verify_body_include = [
"This email does not include message content because you have disabled message ",
- "http://zulip.testserver/help/pm-mention-alert-notifications ",
+ "http://zulip.testserver/help/dm-mention-alert-notifications ",
"View or reply in Zulip Dev Zulip",
" Manage email preferences: http://zulip.testserver/#settings/notifications",
]
@@ -389,7 +389,7 @@ class TestMessageNotificationEmails(ZulipTestCase):
# Test in case if message content in missed email message are disabled.
verify_body_include = [
"This email does not include message content because you have disabled message ",
- "http://zulip.testserver/help/pm-mention-alert-notifications ",
+ "http://zulip.testserver/help/dm-mention-alert-notifications ",
"View or reply in Zulip Dev Zulip",
" Manage email preferences: http://zulip.testserver/#settings/notifications",
]
@@ -504,7 +504,7 @@ class TestMessageNotificationEmails(ZulipTestCase):
elif message_content_disabled_by_user:
verify_body_include = [
"This email does not include message content because you have disabled message ",
- "http://zulip.testserver/help/pm-mention-alert-notifications ",
+ "http://zulip.testserver/help/dm-mention-alert-notifications ",
"View or reply in Zulip Dev Zulip",
" Manage email preferences: http://zulip.testserver/#settings/notifications",
]
@@ -565,7 +565,7 @@ class TestMessageNotificationEmails(ZulipTestCase):
else:
verify_body_include = [
"This email does not include message content because you have disabled message ",
- "http://zulip.testserver/help/pm-mention-alert-notifications ",
+ "http://zulip.testserver/help/dm-mention-alert-notifications ",
"View or reply in Zulip Dev Zulip",
" Manage email preferences: http://zulip.testserver/#settings/notifications",
]