Small categorization adjustments

This commit is contained in:
Raphael Michel
2020-02-08 13:14:19 +01:00
parent e4619eeca3
commit 3ea4cdc3b3
5 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ class TicketOutputPdfApp(AppConfig):
name = _("PDF ticket output")
author = _("the pretix team")
version = version
category = 'FORMATS'
category = 'FORMAT'
description = _("This plugin allows you to print out tickets as PDF files")
def ready(self):