Skip to content

Commit 396ef1d

Browse files
andersktimabbott
authored andcommitted
Update zulipchat.com emails to zulip.com.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 5f81eb3 commit 396ef1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zulip/integrations/zephyr/zephyr_mirror_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ def forward_to_zephyr(message: Dict[str, Any]) -> None:
598598
# 'Any' can be of any type of text
599599
support_heading = "Hi there! This is an automated message from Zulip."
600600
support_closing = """If you have any questions, please be in touch through the \
601-
Feedback button or at support@zulipchat.com."""
601+
Feedback button or at support@zulip.com."""
602602

603603
wrapper = textwrap.TextWrapper(break_long_words=False, break_on_hyphens=False)
604604
wrapped_content = "\n".join("\n".join(wrapper.wrap(line))

0 commit comments

Comments
 (0)