Do a small code change

This commit is contained in:
Raphael Michel 2018-03-06 16:06:38 +01:00
parent 271da6b7c2
commit df43bac7e9
1 changed files with 1 additions and 1 deletions

View File

@ -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'