Skip to content

Commit ed50e2d

Browse files
authored
Fix #1377 (#1378)
1 parent 3adffdf commit ed50e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filer/models/foldermodels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from django.urls import reverse
77
from django.utils.functional import cached_property
88
from django.utils.html import format_html, format_html_join
9-
from django.utils.translation import gettext as _
9+
from django.utils.translation import gettext_lazy as _
1010

1111
from .. import settings as filer_settings
1212
from . import mixins

0 commit comments

Comments
 (0)