Updated confirm message.
This commit is contained in:
parent
bdeeb53f9b
commit
cdf6b79a36
@ -69,7 +69,7 @@
|
|||||||
<div class="col-sm-12 text-left">
|
<div class="col-sm-12 text-left">
|
||||||
<!-- delete button -->
|
<!-- delete button -->
|
||||||
<a ng-show="isDeleteMode" os-perms="motions.can_manage"
|
<a ng-show="isDeleteMode" os-perms="motions.can_manage"
|
||||||
ng-bootbox-confirm="{{ 'Are you sure you want to delete these motions?' | translate }}"
|
ng-bootbox-confirm="{{ 'Are you sure you want to delete all selected motions?' | translate }}"
|
||||||
ng-bootbox-confirm-action="deleteMultiple()"
|
ng-bootbox-confirm-action="deleteMultiple()"
|
||||||
class="btn btn-primary">
|
class="btn btn-primary">
|
||||||
<i class="fa fa-trash fa-lg"></i>
|
<i class="fa fa-trash fa-lg"></i>
|
||||||
|
Loading…
Reference in New Issue
Block a user