Commit dc22201511a5a069dbf1d7360da38a8253bdd93e
1 parent
94211009
Exists in
master
and in
5 other branches
Fix'd little issue in delete subject [Issue:#440]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
courses/templates/subject/delete.html
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | <!-- Modal Header --> | 7 | <!-- Modal Header --> |
8 | <div class="modal-header"> | 8 | <div class="modal-header"> |
9 | 9 | ||
10 | - <h4 class="modal-title" id="myModalLabel">{% trans "Delete Course" %}</h4> | 10 | + <h4 class="modal-title" id="myModalLabel">{% trans "Delete Subject" %}</h4> |
11 | </div> | 11 | </div> |
12 | <!-- Modal Body --> | 12 | <!-- Modal Body --> |
13 | <div class="modal-body"> | 13 | <div class="modal-body"> |