From 81d31c3072b6f579a1bbed494a764f5299636a6a Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 20 Nov 2019 13:11:11 +0100 Subject: [PATCH] Remove pretix from plugin name --- pretix_servicefees/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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