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
78c85ea3
Commit
78c85ea3
authored
Jan 27, 2014
by
Giulio Gratta
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2308 from edx/giulio/fix-error-msg-typo
Fixed all instances of "occured" typo
parents
bf6aa014
0429ba7d
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
cms/djangoapps/contentstore/views/import_export.py
+1
-1
cms/static/js/views/import.js
+1
-1
common/lib/xmodule/xmodule/error_module.py
+1
-1
lms/djangoapps/courseware/grades.py
+1
-1
lms/templates/login.html
+1
-1
lms/templates/register-shib.html
+1
-1
lms/templates/register.html
+1
-1
lms/templates/registration/password_reset_confirm.html
+1
-1
lms/templates/verify_student/_modal_editname.html
+1
-1
lms/templates/verify_student/face_upload.html
+1
-1
No files found.
cms/djangoapps/contentstore/views/import_export.py
View file @
78c85ea3
...
...
@@ -236,7 +236,7 @@ def import_handler(request, tag=None, package_id=None, branch=None, version_guid
auth
.
add_users
(
request
.
user
,
CourseStaffRole
(
new_location
),
request
.
user
)
logging
.
debug
(
'created all course groups at {0}'
.
format
(
new_location
))
# Send errors to client with stage at which error occured.
# Send errors to client with stage at which error occur
r
ed.
except
Exception
as
exception
:
# pylint: disable=W0703
return
JsonResponse
(
{
...
...
cms/static/js/views/import.js
View file @
78c85ea3
...
...
@@ -124,7 +124,7 @@ define(
/**
* Give error message at the list element that corresponds to the stage
* where the error occurred.
* @param {int} stageNo Stage of import process at which error occured.
* @param {int} stageNo Stage of import process at which error occur
r
ed.
* @param {string} msg Error message to display.
*/
stageError
:
function
(
stageNo
,
msg
)
{
...
...
common/lib/xmodule/xmodule/error_module.py
View file @
78c85ea3
"""
Modules that get shown to the users when an error has occured while
Modules that get shown to the users when an error has occur
r
ed while
loading or rendering other modules
"""
...
...
lms/djangoapps/courseware/grades.py
View file @
78c85ea3
...
...
@@ -474,7 +474,7 @@ def iterate_grades_for(course_id, students):
(student, gradeset, err_msg) for every student enrolled in the course.
If an error occured, gradeset will be an empty dict and err_msg will be an
If an error occur
r
ed, gradeset will be an empty dict and err_msg will be an
exception message. If there was no error, err_msg is an empty string.
The gradeset is a dictionary with the following fields:
...
...
lms/templates/login.html
View file @
78c85ea3
...
...
@@ -114,7 +114,7 @@
</div>
<div
role=
"alert"
class=
"status message submission-error"
tabindex=
"-1"
>
<h3
class=
"message-title"
>
${_("The following errors occured while logging you in:")}
</h3>
<h3
class=
"message-title"
>
${_("The following errors occur
r
ed while logging you in:")}
</h3>
<ul
class=
"message-copy"
>
<li>
${_("Your email or password is incorrect")}
</li>
</ul>
...
...
lms/templates/register-shib.html
View file @
78c85ea3
...
...
@@ -100,7 +100,7 @@
</div>
<div
role=
"alert"
class=
"status message submission-error"
tabindex=
"-1"
>
<h3
class=
"message-title"
>
${_("The following errors occured while processing your registration:")}
</h3>
<h3
class=
"message-title"
>
${_("The following errors occur
r
ed while processing your registration:")}
</h3>
<ul
class=
"message-copy"
>
</ul>
</div>
...
...
lms/templates/register.html
View file @
78c85ea3
...
...
@@ -109,7 +109,7 @@
</div>
<div
role=
"alert"
class=
"status message submission-error"
tabindex=
"-1"
>
<h3
class=
"message-title"
>
${_("The following errors occured while processing your registration:")}
</h3>
<h3
class=
"message-title"
>
${_("The following errors occur
r
ed while processing your registration:")}
</h3>
<ul
class=
"message-copy"
>
</ul>
</div>
...
...
lms/templates/registration/password_reset_confirm.html
View file @
78c85ea3
...
...
@@ -89,7 +89,7 @@
</div>
<div
role=
"alert"
class=
"status message submission-error"
>
<h3
class=
"message-title"
>
{% trans "The following errors occured while processing your registration: " %}
</h3>
<h3
class=
"message-title"
>
{% trans "The following errors occur
r
ed while processing your registration: " %}
</h3>
<ul
class=
"message-copy"
>
<li>
{% trans "You must complete all fields." %}
</li>
<li>
{% trans "The two password fields didn't match." %}
</li>
...
...
lms/templates/verify_student/_modal_editname.html
View file @
78c85ea3
...
...
@@ -9,7 +9,7 @@
<div
id=
"change_name_body"
>
<form
id=
"course-checklists"
class=
"course-checklists"
method=
"post"
action=
""
>
<div
role=
"alert"
class=
"status message submission-error"
tabindex=
"-1"
>
<p
class=
"message-title"
>
${_("The following error occured while editing your name:")}
<p
class=
"message-title"
>
${_("The following error occur
r
ed while editing your name:")}
<span
class=
"message-copy"
>
</span>
</p>
</div>
...
...
lms/templates/verify_student/face_upload.html
View file @
78c85ea3
...
...
@@ -301,7 +301,7 @@ $(document).ready(function() {
</header>
<form
id=
"course-checklists"
class=
"course-checklists"
method=
"post"
action=
""
>
<div
role=
"alert"
class=
"status message submission-error"
tabindex=
"-1"
>
<p
class=
"message-title"
>
${_("The following error occured while editing your name:")}
<p
class=
"message-title"
>
${_("The following error occur
r
ed while editing your name:")}
<span
class=
"message-copy"
>
</span>
</p>
</div>
...
...
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