summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_defaults.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-04 09:54:08 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 09:54:13 -0400
commitce8716194643adee34e474dc1813d804e55a37cb (patch)
tree7194f8126910adcebc4661ead0b1e9a91ffc2414 /src/usr/local/www/diag_defaults.php
parent09cacd561f27ae50e797824d00b4b4bc1e3423bb (diff)
downloadpfsense-ce8716194643adee34e474dc1813d804e55a37cb.zip
pfsense-ce8716194643adee34e474dc1813d804e55a37cb.tar.gz
Merge pull request #2830 from NOYB/Diagnostics_-_Remove_Personalizations
(cherry picked from commit 235d9db9da3f871d6daefa4130abb8fb960a0222)
Diffstat (limited to 'src/usr/local/www/diag_defaults.php')
-rwxr-xr-xsrc/usr/local/www/diag_defaults.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_defaults.php b/src/usr/local/www/diag_defaults.php
index 3520e68..130045d 100755
--- a/src/usr/local/www/diag_defaults.php
+++ b/src/usr/local/www/diag_defaults.php
@@ -75,7 +75,7 @@ include("head.inc");
?>
<?php if ($_POST['Submit'] == " " . gettext("Yes") . " "):
- print_info_box(gettext("The system has been reset to factory defaults and is now rebooting. This may take a few minutes, depending on your hardware."))?>
+ print_info_box(gettext("The system has been reset to factory defaults and is now rebooting. This may take a few minutes, depending on the hardware."))?>
<pre>
<?php
reset_factory_defaults();
@@ -85,12 +85,12 @@ include("head.inc");
<?php else:?>
<div class="panel panel-default">
<div class="panel-heading">
- <h2 class="panel-title"><?=gettext("Are you sure you want to reset the system to the factory defaults?")?></h2>
+ <h2 class="panel-title"><?=gettext("Factory Defaults Reset")?></h2>
</div>
<div class="panel-body">
<div class="content">
<form action="diag_defaults.php" method="post">
- <p><strong><?=sprintf(gettext('If you click %1$sYes%1$s the firewall will:'), "&quot;")?></strong></p>
+ <p><strong><?=sprintf(gettext('Resetting the system to factory defaults will remove all user configuration and apply the following settings:'), "&quot;")?></strong></p>
<ul>
<li><?=gettext("Reset to factory defaults")?></li>
<li><?=gettext("LAN IP address will be reset to 192.168.1.1")?></li>
OpenPOWER on IntegriCloud