Improve UX of ticket download settings

This commit is contained in:
Raphael Michel
2020-04-02 18:16:22 +02:00
parent 7b1e1a48ef
commit 0c0fe58bbf
6 changed files with 66 additions and 41 deletions

View File

@@ -142,7 +142,7 @@ class BaseTicketOutput:
return OrderedDict([
('_enabled',
forms.BooleanField(
label=_('Enable output'),
label=_('Enable ticket format'),
required=False,
)),
])