summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-12-13 20:14:10 +0000
committerErmal Luçi <eri@pfsense.org>2009-12-13 20:17:38 +0000
commit4f80a11e9549e7bf0658a3ebb6d2c593deaebef6 (patch)
tree29dbb8aa47a43370e3a0f82f4ef64a748c0e70be /usr/local/www/services_dyndns.php
parenta56b2fa034022bdfa1e9dab08e2758792a1098f4 (diff)
downloadpfsense-4f80a11e9549e7bf0658a3ebb6d2c593deaebef6.zip
pfsense-4f80a11e9549e7bf0658a3ebb6d2c593deaebef6.tar.gz
Ooops remove bogus text.
Diffstat (limited to 'usr/local/www/services_dyndns.php')
-rwxr-xr-xusr/local/www/services_dyndns.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dyndns.php b/usr/local/www/services_dyndns.php
index a2e1947..d17393c 100755
--- a/usr/local/www/services_dyndns.php
+++ b/usr/local/www/services_dyndns.php
@@ -131,7 +131,7 @@ include("head.inc");
<?=htmlspecialchars($dyndns['descr']);?>&nbsp;
</td>
<td valign="middle" nowrap class="list"> <a href="services_dyndns_edit.php?id=<?=$i;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0"></a>
- &nbsp;<a href="services_dyndns.php?act=del&id=<?=$i;?>" onclick="return confirm('Do you really want to delete this VLAN?')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a></td>
+ &nbsp;<a href="services_dyndns.php?act=del&id=<?=$i;?>" onclick="return confirm('Do you really want to delete this entry?')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a></td>
</tr>
<?php $i++; endforeach; ?>
<tr>
OpenPOWER on IntegriCloud