From 811c498080e90d4f2d2df0edaec2e92e9ca9b28c Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 12 Mar 2017 23:09:11 +0100 Subject: [PATCH] Fix typo --- src/pretix/control/templates/pretixcontrol/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/base.html b/src/pretix/control/templates/pretixcontrol/base.html index bf1d4f4fef..c33d1f104b 100644 --- a/src/pretix/control/templates/pretixcontrol/base.html +++ b/src/pretix/control/templates/pretixcontrol/base.html @@ -189,7 +189,7 @@ {% endblocktrans %} {% endwith %} {% if development_warning %} - · {% trans "running in development mode" %} + · {% trans "running in development mode" %} {% endif %}