forked from CGM_Public/pretix_original
Added various missing punctuation marks, changed "following" to "selected" to match the display.
This commit is contained in:
@@ -15,7 +15,7 @@ class BankTransferApp(AppConfig):
|
||||
category = 'PAYMENT'
|
||||
version = version
|
||||
description = _("This plugin allows you to receive payments " +
|
||||
"via bank transfer ")
|
||||
"via bank transfer.")
|
||||
|
||||
def ready(self):
|
||||
from . import signals # NOQA
|
||||
|
||||
Reference in New Issue
Block a user