Skip to content

Commit

Permalink
fix: ugettext_lazy -> gettext_lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Aug 25, 2022
1 parent 669350b commit 716914a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfold/contrib/numeric_filters/forms.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django import forms
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _


class SingleNumericForm(forms.Form):
Expand Down

0 comments on commit 716914a

Please sign in to comment.