Skip to content

Commit 9df3899

Browse files
Brontesvelis74
authored andcommitted
Translation fix
1 parent 6b4227d commit 9df3899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_project_base/rest/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from django.db.models import Model
1212
from django.http import Http404
1313
from django.shortcuts import get_object_or_404
14-
from django.utils.translation import gettext as _
14+
from django.utils.translation import gettext_lazy as _
1515
from drf_spectacular.utils import extend_schema, OpenApiResponse
1616
from dynamicforms import fields
1717
from dynamicforms.action import TableAction, TablePosition

0 commit comments

Comments
 (0)