mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
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