Skip to content

Commit

Permalink
change obsolete ugettext to gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfuka committed Aug 30, 2024
1 parent 989c1ca commit edebaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stepwise_plugin/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

# open edx
Expand Down

0 comments on commit edebaec

Please sign in to comment.