Skip to content

Commit

Permalink
Merge pull request #19 from HenryMehta/master
Browse files Browse the repository at this point in the history
ugettext_lazy to gettext_lazy
  • Loading branch information
uhurusurfa authored Apr 14, 2023
2 parents bd55435 + 2b8cdb8 commit 1aecb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinax/templates/apps.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.apps import AppConfig as BaseAppConfig
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _


class AppConfig(BaseAppConfig):
Expand Down

0 comments on commit 1aecb02

Please sign in to comment.