From fb1838a2f0963e3f0571e4caad897c8ce949f4b4 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 9 Nov 2021 09:31:46 +0100 Subject: [PATCH] Fix incorrect help text --- .../control/templates/pretixcontrol/events/create_basics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/templates/pretixcontrol/events/create_basics.html b/src/pretix/control/templates/pretixcontrol/events/create_basics.html index be09333456..efbeabf76d 100644 --- a/src/pretix/control/templates/pretixcontrol/events/create_basics.html +++ b/src/pretix/control/templates/pretixcontrol/events/create_basics.html @@ -17,7 +17,7 @@
{% blocktrans trimmed %} This is the address users can buy your tickets at. Should be short, only contain lowercase - letters and numbers, and must be unique among your events. We recommend some kind of + letters, numbers, dots, and dashes, and must be unique among your events. We recommend some kind of abbreviation or a date with less than 10 characters that can be easily remembered, but you can also choose to use a random value. {% endblocktrans %}