mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
models, forms, actions: Switch from Humbug to Zulip in user-visible text.
(imported from commit 97966e5f118276a00d116bba0b52616bbd83cb72)
This commit is contained in:
@@ -1270,8 +1270,8 @@ def do_send_missedmessage_email(user_profile, missed_messages):
|
||||
template_payload['reply_warning'] = True
|
||||
headers['Reply-To'] = "Nobody <noreply@humbughq.com>"
|
||||
|
||||
subject = "Missed Humbug%s from %s" % ('s' if len(senders) > 1 else '', sender_str)
|
||||
from_email = "%s (via Humbug) <noreply@humbughq.com>" % (sender_str)
|
||||
subject = "Missed Zulip%s from %s" % ('s' if len(senders) > 1 else '', sender_str)
|
||||
from_email = "%s (via Zulip) <noreply@humbughq.com>" % (sender_str)
|
||||
|
||||
text_content = loader.render_to_string('zephyr/missed_message_email.txt', template_payload)
|
||||
html_content = loader.render_to_string('zephyr/missed_message_email_html.txt', template_payload)
|
||||
|
||||
Reference in New Issue
Block a user