Added various missing punctuation marks, changed "following" to "selected" to match the display.

This commit is contained in:
Gamy
2020-06-29 19:23:04 +02:00
committed by Raphael Michel
parent 0d1aa2f96e
commit 507e1a5b83
4 changed files with 7 additions and 7 deletions

View File

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