1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01:00

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

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>