zephyr_mirror: Tweak error text
(imported from commit 7bb9d42a261e08d3abe5d80b9ba2e88f1d0b03bf)
This commit is contained in:
parent
92731d0a95
commit
4a8311b77b
|
@ -614,7 +614,7 @@ def zcrypt_encrypt_content(zephyr_class, instance, content):
|
||||||
def forward_to_zephyr(message):
|
def forward_to_zephyr(message):
|
||||||
support_heading = "Hi there! This is an automated message from Zulip."
|
support_heading = "Hi there! This is an automated message from Zulip."
|
||||||
support_closing = """If you have any questions, please be in touch through the \
|
support_closing = """If you have any questions, please be in touch through the \
|
||||||
Feedback tab or at support@zulip.com."""
|
Feedback button or at support@zulip.com."""
|
||||||
|
|
||||||
wrapper = textwrap.TextWrapper(break_long_words=False, break_on_hyphens=False)
|
wrapper = textwrap.TextWrapper(break_long_words=False, break_on_hyphens=False)
|
||||||
wrapped_content = "\n".join("\n".join(wrapper.wrap(line))
|
wrapped_content = "\n".join("\n".join(wrapper.wrap(line))
|
||||||
|
|
Loading…
Reference in a new issue