Skip to content

Commit

Permalink
Merge pull request #18 from lumsx/develop
Browse files Browse the repository at this point in the history
release-2021-03-16
  • Loading branch information
hasnain-saeed authored Mar 16, 2021
2 parents a3cede9 + c83bc50 commit 4b34e33
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ecommerce/static/js/models/course_model.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ define([
required: function() {
return this.includeHonorMode();
},
msg: gettext('You must choose if an honor seat should be created.')
msg: gettext('You must choose if an honour seat should be created.')
},
verification_deadline: function(value) {
var invalid;
Expand Down
2 changes: 1 addition & 1 deletion ecommerce/static/templates/course_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h3 class="hd-3 de-emphasized"><%= gettext('Course Information') %></h3>
<div class="heading"><%= gettext('Course Type') %></div>
<div class="course-type"><%= courseType %></div>
<span class="help-block">
<%- gettext('NOTE: Courses formerly of type "Honor" now display as "Audit", but continue to function as before so long as they have an "Honor Seat" below') %>
<%- gettext('NOTE: Courses formerly of type "Honour" now display as "Audit", but continue to function as before so long as they have an "Honour Seat" below') %>
</span>
</div>

Expand Down
4 changes: 2 additions & 2 deletions ecommerce/static/templates/course_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<div class="fields">
<div class="form-group honor-mode hidden">
<label class="hd-4" for="honorMode"><%- gettext('Include Honor Seat') %></label>
<label class="hd-4" for="honorMode"><%- gettext('Include Honour Seat') %></label>

<div class="input-group">
<label class="radio-inline">
Expand All @@ -69,7 +69,7 @@
<!-- NOTE: This help-block is here for validation messages. -->
<span class="help-block"></span>
<span id="honorModeHelpBlock" class="help-block">
<%- gettext('Include an Honor Seat with this course') %>
<%- gettext('Include an Honour Seat with this course') %>
</span>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions ecommerce/static/templates/honor_course_seat_form_field.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="col-sm-12">
<div class="seat-type"><%= gettext('Honor') %></div>
<div class="seat-type"><%= gettext('Honour') %></div>
</div>
<div class="col-sm-4">
<span class="price-label"><%= gettext('Price (in ' + currency + ')') %>:</span> <span class="seat-price"><%= currency_symbol %>0.00</span>
Expand All @@ -8,6 +8,6 @@
<input type="hidden" name="id_verification_required" value="false">
</div>
<div class="col-sm-4 seat-certificate-type">
<%= gettext('Honor Certificate') %>
<%= gettext('Honour Certificate') %>
</div>
<div class="col-sm-4 seat-additional-info"></div>
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- NOTE: This help-block is here for validation messages. -->
<span class="help-block"></span>
<span id="expiresHelpBlock" class="help-block">
<%= gettext('After this date/time, students can no longer enroll in this track.') %>
<%= gettext('After this date/time, students can no longer enrol in this track.') %>
</span>
<span class="help-block">
<%- gettext('Change the upgrade deadline for this course. The default deadline is 10 days before the course end date and time.') %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- NOTE: This help-block is here for validation messages. -->
<span class="help-block"></span>
<span id="expiresHelpBlock" class="help-block">
<%= gettext('After this date/time, students can no longer enroll in this track.') %>
<%= gettext('After this date/time, students can no longer enrol in this track.') %>
</span>
</div>
</div>
Expand Down

0 comments on commit 4b34e33

Please sign in to comment.