Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
ugettext_lazy -> gettext_lazy
  • Loading branch information
SchrodingersGat committed Mar 8, 2024
1 parent 5b4704d commit aeb94d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventree_brother/brother_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from brother_ql.labels import ALL_LABELS, FormFactor

# translation
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _

# printing options
from rest_framework import serializers
Expand Down

0 comments on commit aeb94d5

Please sign in to comment.