summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-02-18 05:11:00 +0000
committerChris Buechler <cmb@pfsense.org>2008-02-18 05:11:00 +0000
commit42b8d9fb18941915753d935d94423c58fe4d37a6 (patch)
treeae521d283bf42416d4a82dd6341b7a03938afc85 /usr/local/www/index.php
parentc3317a8c5ed9867aad474fedfe7378a884593c09 (diff)
downloadpfsense-42b8d9fb18941915753d935d94423c58fe4d37a6.zip
pfsense-42b8d9fb18941915753d935d94423c58fe4d37a6.tar.gz
fix typo
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 128aaf9..cf8cafe 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -87,8 +87,8 @@
echo "<div \" style=\"width:700px;background-color:#ffffff\" id=\"nifty\">\n";
echo "Welcome to {$g['product_name']}!<p>\n";
echo "One moment while we start the initial setup wizard.<p>\n";
- echo "Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal gui.<p>\n";
- echo "To bypass the wizard, click on the {$g['product_name']} wizard on the initial page.\n";
+ echo "Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal GUI.<p>\n";
+ echo "To bypass the wizard, click on the {$g['product_name']} logo on the initial page.\n";
echo "</div>\n";
echo "<meta http-equiv=\"refresh\" content=\"1;url=wizard.php?xml=setup_wizard.xml\">\n";
echo "<script type=\"text/javascript\">\n";
OpenPOWER on IntegriCloud