Skip to content

Commit

Permalink
Fix ugettext
Browse files Browse the repository at this point in the history
  • Loading branch information
carderm committed Nov 30, 2024
1 parent 50ba039 commit efe8c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fontawesome_5/fields.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import absolute_import

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

from . import Icon
from .app_settings import get_prefix
Expand Down

0 comments on commit efe8c60

Please sign in to comment.