fix: replace 'ugettext' with 'gettext' in lms

This commit is contained in:
Jawayria
2021-12-14 18:36:20 +05:00
parent b401ecb3e7
commit 3dfbb9f44e
18 changed files with 20 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
<%page expression_filter="h"/>
<%!
from django.utils.translation import ugettext as _
from django.utils.translation import gettext as _
from openedx.core.djangolib.markup import HTML
%>