X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c0a7799619e217e2eac724b1a688ad37f0182253..4b2c05eedf0c6b3d213ce0b760d641c345e3c9b3:/src/polls/models.py?ds=sidebyside

diff --git a/src/polls/models.py b/src/polls/models.py
index 2785f353e..ddf4003f8 100644
--- a/src/polls/models.py
+++ b/src/polls/models.py
@@ -2,7 +2,7 @@
 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
 #
 from django.db import models
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
 from django.core.exceptions import ValidationError
 from django.urls import reverse