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
8e20faae
Commit
8e20faae
authored
Nov 07, 2015
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10548 from louyihua/i18n_fix
Fix gettext guidance violation
parents
625b859c
73d8f064
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee
+1
-1
lms/static/js/student_account/views/account_settings_fields.js
+4
-4
No files found.
common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee
View file @
8e20faae
...
...
@@ -325,7 +325,7 @@ class @CombinedOpenEnded
@
submit_button
.
hide
()
@
queueing
()
@
grader_status
=
@
$
(
@
grader_status_sel
)
@
grader_status
.
html
(
"<span class='grading'>"
+
gettext
"Your response has been submitted. Please check back later for your grade."
+
"</span>"
)
@
grader_status
.
html
(
"<span class='grading'>"
+
(
gettext
"Your response has been submitted. Please check back later for your grade."
)
+
"</span>"
)
else
if
@
child_type
==
"selfassessment"
@
setup_score_selection
()
else
if
@
child_state
==
'post_assessment'
...
...
lms/static/js/student_account/views/account_settings_fields.js
View file @
8e20faae
...
...
@@ -11,8 +11,8 @@
successMessage
:
function
()
{
return
this
.
indicators
.
success
+
interpolate_text
(
gettext
(
'We
\'
ve sent a confirmation message to {new_email_address}. '
+
'Click the link in the message to update your email address.'
/* jshint maxlen: false */
'
We
\'
ve sent a confirmation message to {new_email_address}.
Click the link in the message to update your email address.'
),
{
'new_email_address'
:
this
.
fieldValue
()}
);
...
...
@@ -79,8 +79,8 @@
successMessage
:
function
()
{
return
this
.
indicators
.
success
+
interpolate_text
(
gettext
(
'We
\'
ve sent a message to {email_address}. '
+
'Click the link in the message to reset your password.'
/* jshint maxlen: false */
'
We
\'
ve sent a message to {email_address}.
Click the link in the message to reset your password.'
),
{
'email_address'
:
this
.
model
.
get
(
this
.
options
.
emailAttribute
)}
);
...
...
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