From 9cde4d7b0428cec0bb059713b349055a6659ddec Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 30 Apr 2018 01:46:37 -0400 Subject: [PATCH] Use double quotes since single quotes are used in the 500 string. Signed-off-by: Roberto Rosario --- mayan/apps/appearance/templates/500.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/appearance/templates/500.html b/mayan/apps/appearance/templates/500.html index c2211aa198..a2c37e08e3 100644 --- a/mayan/apps/appearance/templates/500.html +++ b/mayan/apps/appearance/templates/500.html @@ -8,7 +8,7 @@

{% trans 'Server error' %}

-

{% trans 'There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience.' %}

+

{% trans "There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience." %}

{% endblock %}