Remove pretix from plugin name

This commit is contained in:
Raphael Michel 2019-11-20 13:11:11 +01:00
parent 75991d3835
commit 81d31c3072
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ from django.utils.translation import ugettext_lazy
class PluginApp(AppConfig): class PluginApp(AppConfig):
name = 'pretix_servicefees' name = 'pretix_servicefees'
verbose_name = 'pretix Service Fees' verbose_name = 'Service Fees'
class PretixPluginMeta: class PretixPluginMeta:
name = ugettext_lazy('pretix Service Fees') name = ugettext_lazy('Service Fees')
author = 'Raphael Michel' author = 'Raphael Michel'
description = ugettext_lazy('This plugin allows to charge a service fee on all non-free orders.') description = ugettext_lazy('This plugin allows to charge a service fee on all non-free orders.')
visible = True visible = True