From 64bbfd7756e4bed2c7d7280000ed00d768f498db Mon Sep 17 00:00:00 2001
From: Lauryn Menard
Date: Mon, 12 Sep 2022 18:29:56 +0200
Subject: [PATCH] templates: Remove prefilled support email content from error
pages.
Removes the prefilled support email content in `500.html` and
`unsubscribe_link_error.html` templates since both cases are rather
rare and the prefilled content is not useful for organizations that
do not use English as their main communication language.
---
templates/500.html | 2 +-
templates/zerver/unsubscribe_link_error.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/500.html b/templates/500.html
index eac6168c00..c4e889c347 100644
--- a/templates/500.html
+++ b/templates/500.html
@@ -17,7 +17,7 @@
Internal server error
This Zulip server is currently experiencing some technical difficulties. Sorry about that!
The page will reload automatically soon after service is restored.
- If you'd like, you can drop us a line to let us know what happened.
+ If you'd like, you can drop us a line to let us know what happened.
diff --git a/templates/zerver/unsubscribe_link_error.html b/templates/zerver/unsubscribe_link_error.html
index 8b2cf02232..0ce1198187 100644
--- a/templates/zerver/unsubscribe_link_error.html
+++ b/templates/zerver/unsubscribe_link_error.html
@@ -9,6 +9,6 @@
but we don't recognize the URL.{% endtrans %}
-{% trans %}Please double-check that you have the full URL and try again, or email us and we'll get this squared away!{% endtrans %}
+{% trans %}Please double-check that you have the full URL and try again, or email us and we'll get this squared away!{% endtrans %}
{% endblock %}