2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

update trnaslation function name to new default (#3497)

This commit is contained in:
Matthias Mair
2022-08-07 23:50:36 +02:00
committed by GitHub
parent 9182f62bc4
commit a77f21b17e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
"""Core set of Notifications as a Plugin."""
from django.template.loader import render_to_string
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _
from allauth.account.models import EmailAddress