summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/services_captiveportal_zones.php2
-rw-r--r--usr/local/www/services_captiveportal_zones_edit.php2
-rw-r--r--usr/local/www/status_captiveportal.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/services_captiveportal_zones.php b/usr/local/www/services_captiveportal_zones.php
index a2c5650..721f3af 100644
--- a/usr/local/www/services_captiveportal_zones.php
+++ b/usr/local/www/services_captiveportal_zones.php
@@ -38,7 +38,7 @@ if ($_GET['act'] == "del" && !empty($_GET['zone'])) {
}
}
-$pgtitle = array(gettext("Captiveportal"),gettext("Zones"));
+$pgtitle = array(gettext("Captive Portal"),gettext("Zones"));
$shortcut_section = "captiveportal";
include("head.inc");
diff --git a/usr/local/www/services_captiveportal_zones_edit.php b/usr/local/www/services_captiveportal_zones_edit.php
index c59e142..323ebbd 100644
--- a/usr/local/www/services_captiveportal_zones_edit.php
+++ b/usr/local/www/services_captiveportal_zones_edit.php
@@ -91,7 +91,7 @@ include("head.inc");
<form action="services_captiveportal_zones_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0" summary="captive portal edit">
<tr>
- <td colspan="2" valign="top" class="listtopic"><?=gettext("Edit Captiveportal Zones");?></td>
+ <td colspan="2" valign="top" class="listtopic"><?=gettext("Edit Captive Portal Zones");?></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("Zone name"); ?></td>
diff --git a/usr/local/www/status_captiveportal.php b/usr/local/www/status_captiveportal.php
index c9aab18..a0c4db1 100644
--- a/usr/local/www/status_captiveportal.php
+++ b/usr/local/www/status_captiveportal.php
@@ -147,7 +147,7 @@ $mac_man = load_mac_manufacturer_table();
<tr><td colspan="5"><br /></td></tr>
<?php if (!empty($cpzone)): ?>
<tr>
- <td colspan="5" valign="top" class="listtopic"><?=gettext("Captiveportal status");?></td>
+ <td colspan="5" valign="top" class="listtopic"><?=gettext("Captive Portal status");?></td>
</tr>
<tr>
<td class="listhdrr"><a href="?zone=<?=$cpzone?>&amp;order=ip&amp;showact=<?=htmlspecialchars($_GET['showact']);?>"><?=gettext("IP address");?></a></td>
OpenPOWER on IntegriCloud