Files
edx-platform/cms/templates/emails/course_creator_admin_subject.txt
louyihua b70b232205 i18n: Fix typo in studio's email
The right parenthesis should be appeared before the method '.format', not after.
2014-03-25 16:51:24 +08:00

2 lines
153 B
Plaintext

<%! from django.utils.translation import ugettext as _ %>
${_("{email} has requested Studio course creator privileges on edge").format(email=user_email)}