summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateway_groups.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-10-27 17:14:32 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-10-27 17:14:32 -0400
commit1a8b5a4de535261df7a0100e12a18808c9923b2b (patch)
tree584e1f63ecac35a672b352ce16122622f2e00795 /src/usr/local/www/system_gateway_groups.php
parent4afa1f700167d14d093161eca310bb5217029c01 (diff)
downloadpfsense-1a8b5a4de535261df7a0100e12a18808c9923b2b.zip
pfsense-1a8b5a4de535261df7a0100e12a18808c9923b2b.tar.gz
Fix delete confirmation text.
Diffstat (limited to 'src/usr/local/www/system_gateway_groups.php')
-rw-r--r--src/usr/local/www/system_gateway_groups.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_gateway_groups.php b/src/usr/local/www/system_gateway_groups.php
index 8b1eae8..29b0ed2 100644
--- a/src/usr/local/www/system_gateway_groups.php
+++ b/src/usr/local/www/system_gateway_groups.php
@@ -160,7 +160,7 @@ foreach ($a_gateway_groups as $gateway_group):
<td>
<a href="system_gateway_groups_edit.php?id=<?=$i?>" class="fa fa-pencil" title=<?=gettext('Edit')?>"></a>
<a href="system_gateway_groups_edit.php?dup=<?=$i?>" class="fa fa-clone" title="<?=gettext('Copy')?>"></a>
- <a href="system_gateway_groups.php?act=del&amp;id=<?=$i?>" class="fa fa-trash" title="<?=gettext('Delete')?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this rule?")?>')"></a>
+ <a href="system_gateway_groups.php?act=del&amp;id=<?=$i?>" class="fa fa-trash" title="<?=gettext('Delete')?>" onclick="return confirm('<?=gettext("Are you sure you want to delete this group?")?>')"></a>
</td>
</tr>
<?php
OpenPOWER on IntegriCloud