Skip to content

Commit 1bea2fc

Browse files
committed
Minor credit display fix
1 parent 0578647 commit 1bea2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/src/modules/sm/Schedule/templates/scheduleitem.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2 class="panel-title control-label pull-left smaller-sm">{{saveAction == "crea
7373
<div ng-if="totalCredits > state.displayOptions.creditWarning" class="row">
7474
<div class="col-xs-12">
7575
<div class="alert alert-warning">
76-
<strong>Warning!</strong> This schedule contains {{totalCredits}} credits, which is {{state.displayOptions.creditWarning - totalCredits}} over the limit. You can adjust the limit by changing the number of max credits at the bottom.
76+
<strong>Warning!</strong> This schedule contains {{totalCredits}} credits, which is {{totalCredits - state.displayOptions.creditWarning}} over the limit. You can adjust the limit by changing the number of max credits at the bottom.
7777
</div>
7878
</div>
7979
</div>

0 commit comments

Comments
 (0)