mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-13 02:34:21 +01:00
Remove pretix from plugin name
This commit is contained in:
parent
75991d3835
commit
81d31c3072
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ from django.utils.translation import ugettext_lazy
|
|||
|
||||
class PluginApp(AppConfig):
|
||||
name = 'pretix_servicefees'
|
||||
verbose_name = 'pretix Service Fees'
|
||||
verbose_name = 'Service Fees'
|
||||
|
||||
class PretixPluginMeta:
|
||||
name = ugettext_lazy('pretix Service Fees')
|
||||
name = ugettext_lazy('Service Fees')
|
||||
author = 'Raphael Michel'
|
||||
description = ugettext_lazy('This plugin allows to charge a service fee on all non-free orders.')
|
||||
visible = True
|
||||
|
|
Loading…
Reference in a new issue