Skip to content

Commit

Permalink
#1755 Improve warning message in case close dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Feb 4, 2021
1 parent 14abd8f commit 84faedb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/app/views/partials/case/case.close.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ <h3 class="modal-title">Close Case #{{caze.number}}</h3>
<div ng-show="!tasksValid">
<div align="center" class="alert alert-danger">
<i class="glyphicon glyphicon-exclamation-sign"></i>
This case contains the following open or unassigned tasks
This case contains the following open or unassigned tasks. Closing the case will permanently remove the unassigned ones.
<br>
This action cannot be undone.
</div>
<table class="table table-hover">
<thead>
Expand Down

0 comments on commit 84faedb

Please sign in to comment.