Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
274224bf
Commit
274224bf
authored
Mar 25, 2014
by
David Baumgold
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3051 from louyihua/fix-cms-email-translation
Fix typo in studio's email text
parents
963f5685
b70b2322
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
cms/templates/emails/course_creator_admin_subject.txt
+2
-2
cms/templates/emails/course_creator_admin_user_pending.txt
+1
-1
No files found.
cms/templates/emails/course_creator_admin_subject.txt
View file @
274224bf
<%! from django.utils.translation import ugettext as _ %>
${_("{email} has requested Studio course creator privileges on edge".format(email=user_email))}
\ No newline at end of file
${_("{email} has requested Studio course creator privileges on edge").format(email=user_email)}
\ No newline at end of file
cms/templates/emails/course_creator_admin_user_pending.txt
View file @
274224bf
<%! 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.")}
% if is_secure:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment