mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-13 02:34:21 +01:00
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:
|
||||
name = ugettext_lazy('pretix Service Fees')
|
||||
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
|
||||
version = '1.0.0'
|
||||
|
||||
|
|
Loading…
Reference in a new issue