diff --git a/pretix_servicefees/__init__.py b/pretix_servicefees/__init__.py index ec0df8e..dc3b1cb 100644 --- a/pretix_servicefees/__init__.py +++ b/pretix_servicefees/__init__.py @@ -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