summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-02-18 05:12:57 +0000
committerChris Buechler <cmb@pfsense.org>2008-02-18 05:12:57 +0000
commit711ee16474f34b6966e9ea6106b48d414a1a7a4b (patch)
tree12c9690cfb368286933d666cf59648f462dbbcc8
parent4d55dfba167951e450dab846e8ce619cadfbd85b (diff)
downloadpfsense-711ee16474f34b6966e9ea6106b48d414a1a7a4b.zip
pfsense-711ee16474f34b6966e9ea6106b48d414a1a7a4b.tar.gz
fix typo
-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 4a1756d..8d0a149 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -88,8 +88,8 @@
echo "<div \" style=\"width:700px;background-color:#ffffff\" id=\"nifty\">\n";
echo "Welcome to pfSense!<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 pfSense 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 pfSense 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