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

This commit is contained in:
Jawayria
2021-12-14 18:43:59 +05:00
parent b401ecb3e7
commit df5345afe6
10 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
<%!
from django.urls import reverse
from django.utils.translation import ugettext as _
from django.utils.translation import gettext as _
from openedx.core.djangoapps.user_api.accounts.image_helpers import get_profile_image_urls_for_user
from openedx.features.enterprise_support.utils import get_enterprise_learner_generic_name