forked from github/pretix-servicefees
Do a small code change
This commit is contained in:
parent
271da6b7c2
commit
df43bac7e9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class PluginApp(AppConfig):
|
||||||
class PretixPluginMeta:
|
class PretixPluginMeta:
|
||||||
name = ugettext_lazy('pretix Service Fees')
|
name = ugettext_lazy('pretix Service Fees')
|
||||||
author = 'Raphael Michel'
|
author = 'Raphael Michel'
|
||||||
description = ugettext_lazy('Allows you to impose a service fee on all non-free orders.')
|
description = ugettext_lazy('This plugin allows you to impose a service fee on all non-free orders.')
|
||||||
visible = True
|
visible = True
|
||||||
version = '1.0.0'
|
version = '1.0.0'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue