summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2007-12-24 07:08:01 +0000
committerChris Buechler <cmb@pfsense.org>2007-12-24 07:08:01 +0000
commit4297bc4954dc0822c814839c2e16bca18826995e (patch)
tree4ea896dcb960cec1c042b4405d692dc6ee7cee17
parentd0d2c004d7423aaa0e51cd951bccc0316ab08044 (diff)
downloadpfsense-4297bc4954dc0822c814839c2e16bca18826995e.zip
pfsense-4297bc4954dc0822c814839c2e16bca18826995e.tar.gz
fix typo
Ticket 1555
-rwxr-xr-xusr/local/www/interfaces_vlan.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_vlan.php b/usr/local/www/interfaces_vlan.php
index 7932283..09f69f3 100755
--- a/usr/local/www/interfaces_vlan.php
+++ b/usr/local/www/interfaces_vlan.php
@@ -95,7 +95,7 @@ include("head.inc");
<?php include("fbegin.inc"); ?>
<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
-<?php if (file_exists($d_sysrebootreqd_path)) print_info_box("VLAN interfaces configured has changed. You must <a href='system_reboot.php'>reboot</a> for the changes to be applied."); ?>
+<?php if (file_exists($d_sysrebootreqd_path)) print_info_box("VLAN configuration has changed. You must <a href='system_reboot.php'>reboot</a> for the changes to be applied."); ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<?php
OpenPOWER on IntegriCloud