Merge pull request #3051 from louyihua/fix-cms-email-translation
Fix typo in studio's email text
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
<%! from django.utils.translation import ugettext as _ %>
|
<%! from django.utils.translation import ugettext as _ %>
|
||||||
${_("{email} has requested Studio course creator privileges on edge".format(email=user_email))}
|
${_("{email} has requested Studio course creator privileges on edge").format(email=user_email)}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<%! from django.utils.translation import ugettext as _ %>
|
<%! from django.utils.translation import ugettext as _ %>
|
||||||
${_("User '{user}' with e-mail {email} has requested Studio course creator privileges on edge.".format(user=user_name, email=user_email))}
|
${_("User '{user}' with e-mail {email} has requested Studio course creator privileges on edge.").format(user=user_name, email=user_email)}
|
||||||
${_("To grant or deny this request, use the course creator admin table.")}
|
${_("To grant or deny this request, use the course creator admin table.")}
|
||||||
|
|
||||||
% if is_secure:
|
% if is_secure:
|
||||||
|
|||||||
Reference in New Issue
Block a user