X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a5d95bc65cbd0b8703471a2dddef0a48234bd265..e71a2197d795e69cab0d725fbea8c92a8687a616:/src/club/models.py?ds=sidebyside diff --git a/src/club/models.py b/src/club/models.py index 1d993bc77..1a691440f 100644 --- a/src/club/models.py +++ b/src/club/models.py @@ -213,7 +213,7 @@ class PayUOrder(payu_models.Order): self.schedule.get_thanks_url()) def get_description(self): - return ugettext('Towarzystwo Wolnych Lektur') + return ugettext('Towarzystwo Przyjaciół Wolnych Lektur') def is_recurring(self): return self.schedule.get_payment_method().is_recurring