summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_defaults.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-03 00:18:54 -0700
committerNOYB <Al_Stu@Frontier.com>2016-04-03 00:18:54 -0700
commitb6078bede2b5df3fd86ca7a989d9bbd079fb617b (patch)
tree6ca802c49853ee9105354a57609a1a9bba46a554 /src/usr/local/www/diag_defaults.php
parent75173246398545de3de104648c068444d51175a1 (diff)
downloadpfsense-b6078bede2b5df3fd86ca7a989d9bbd079fb617b.zip
pfsense-b6078bede2b5df3fd86ca7a989d9bbd079fb617b.tar.gz
Diagnostics - Remove Personalizations
Remove "you" personalizations.
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