summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_confbak.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-09 00:47:53 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-04-11 08:21:57 -0400
commita16d923f62dfd40a684f9c9b186dd3dbee12ceb2 (patch)
tree166426917c2bcb6833afa6cea29b0bbb31a47fd5 /src/usr/local/www/diag_confbak.php
parentb9f7281a626242df5a6b4671294a0f8c7dc76fe7 (diff)
downloadpfsense-a16d923f62dfd40a684f9c9b186dd3dbee12ceb2.zip
pfsense-a16d923f62dfd40a684f9c9b186dd3dbee12ceb2.tar.gz
Miscellaneous II - Remove Personalizations
Remove "you" personalizations.
Diffstat (limited to 'src/usr/local/www/diag_confbak.php')
-rw-r--r--src/usr/local/www/diag_confbak.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_confbak.php b/src/usr/local/www/diag_confbak.php
index f42d1da..43aae0a 100644
--- a/src/usr/local/www/diag_confbak.php
+++ b/src/usr/local/www/diag_confbak.php
@@ -292,7 +292,7 @@ if (is_array($confvers)):
<td><?= format_bytes($version['filesize']) ?></td>
<td><?= htmlspecialchars($version['description']) ?></td>
<td>
- <a class="fa fa-undo" title="<?=gettext('Revert config')?>" href="diag_confbak.php?newver=<?=$version['time']?>" onclick="return confirm('<?=gettext("Are you sure you want to replace the current configuration with this backup?")?>')"></a>
+ <a class="fa fa-undo" title="<?=gettext('Revert config')?>" href="diag_confbak.php?newver=<?=$version['time']?>" onclick="return confirm('<?=gettext("Confirmation Required to replace the current configuration with this backup.")?>')"></a>
<a class="fa fa-download" title="<?=gettext('Download config')?>" href="diag_confbak.php?getcfg=<?=$version['time']?>"></a>
<a class="fa fa-trash" title="<?=gettext('Delete config')?>" href="diag_confbak.php?rmver=<?=$version['time']?>"></a>
</td>
OpenPOWER on IntegriCloud