Fixed: Delete confirmation message for Restriction

Closes #1102
This commit is contained in:
Mark McDowall 2016-01-28 14:04:10 -08:00
parent 56da824e98
commit e89a1bc0fb
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<h3>Delete Restriction</h3>
</div>
<div class="modal-body">
<p>Are you sure you want to delete the restriction for '{{localPath}}'?</p>
<p>Are you sure you want to delete this restriction?</p>
</div>
<div class="modal-footer">
<button class="btn" data-dismiss="modal">Cancel</button>