Updated confirm message.

This commit is contained in:
Emanuel Schütze 2016-09-18 11:03:30 +02:00 committed by GitHub
parent bdeeb53f9b
commit cdf6b79a36

View File

@ -69,7 +69,7 @@
<div class="col-sm-12 text-left">
<!-- delete button -->
<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()"
class="btn btn-primary">
<i class="fa fa-trash fa-lg"></i>