Skip to content

Commit

Permalink
container: replace gettext_lazy with gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Repenn committed Jun 6, 2024
1 parent 42d3691 commit 148ec5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_bootstrap4/contrib/bootstrap4_grid/models.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from functools import partial

from django.db import models
from django.utils.translation import gettext_lazy as _
from django.utils.translation import gettext as _

from django.utils.translation import ngettext

Expand Down

0 comments on commit 148ec5d

Please sign in to comment.