diff options
author | King | 2018-07-31 13:18:01 -0700 |
---|---|---|
committer | GitHub | 2018-07-31 13:18:01 -0700 |
commit | 1a2bea3da65a5b2b98aaa15085d474c50fb55038 (patch) | |
tree | 3873d7d183d6a0b9e58a8e9a9b6e39bbade0a052 /yaksh/templates | |
parent | e12c15cad91cc7d5d23f84b6d8c4d7a66a6c9ba6 (diff) | |
parent | d2258bcfc5e756661d9b53ed04ab78606bd9b18e (diff) | |
download | online_test-1a2bea3da65a5b2b98aaa15085d474c50fb55038.tar.gz online_test-1a2bea3da65a5b2b98aaa15085d474c50fb55038.tar.bz2 online_test-1a2bea3da65a5b2b98aaa15085d474c50fb55038.zip |
Merge pull request #519 from kumanna/master
Fix spelling error: choosen to chosen
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/add_module.html | 2 | ||||
-rw-r--r-- | yaksh/templates/yaksh/design_course_session.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/yaksh/templates/yaksh/add_module.html b/yaksh/templates/yaksh/add_module.html index 4efccf7..309c3e7 100644 --- a/yaksh/templates/yaksh/add_module.html +++ b/yaksh/templates/yaksh/add_module.html @@ -94,7 +94,7 @@ </div> <div class="col-md-8 col-md-offset-2"> <div id="fixed-added-wrapper"> - <p><u><b>Choosen Lessons and quizzes:</b></u> + <p><u><b>Chosen Lessons and quizzes:</b></u> </p> <div id="fixed-added"> <table id="course-details" class="table table-bordered"> diff --git a/yaksh/templates/yaksh/design_course_session.html b/yaksh/templates/yaksh/design_course_session.html index 6542e3c..959bcdd 100644 --- a/yaksh/templates/yaksh/design_course_session.html +++ b/yaksh/templates/yaksh/design_course_session.html @@ -64,7 +64,7 @@ </div> <div class="col-md-8 col-md-offset-2"> <div id="fixed-added-wrapper"> - <p><u><b>Choosen Modules:</b></u></p> + <p><u><b>Chosen Modules:</b></u></p> <div id="fixed-added"> <table id="course-details" class="table table-bordered"> <tr> |