16281 use gettext instead of lazy

This commit is contained in:
Arthur 2024-05-24 08:38:52 -07:00
parent b77acb64f4
commit 4055318c87

View File

@ -1,4 +1,4 @@
from django.utils.translation import gettext_lazy as _
from django.utils.translation import gettext as _
# Events
EVENT_CREATE = 'create'