summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-13 00:40:23 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-13 16:38:00 -0500
commit1176360c1dfced60d0f4604296458bb8ccd63e9f (patch)
treeaccabcec1d52e2056bfd8a07ddf94ca3a3a04dbb /src/usr/local/www/diag_tables.php
parent7ca42d47c0fb73f9a391f88a08b8e8c876c9e9d9 (diff)
downloadpfsense-1176360c1dfced60d0f4604296458bb8ccd63e9f.zip
pfsense-1176360c1dfced60d0f4604296458bb8ccd63e9f.tar.gz
Use consistent webConfigurator spelling
Diffstat (limited to 'src/usr/local/www/diag_tables.php')
-rw-r--r--src/usr/local/www/diag_tables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php
index 769fab4..00d0d88 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -127,7 +127,7 @@ if ($savemsg) {
}
if ($tablename == "webConfiguratorlockout") {
- $displayname = gettext("Web Configurator Lockout Table");
+ $displayname = gettext("webConfigurator Lockout Table");
} else {
$displayname = sprintf(gettext("%s Table"), ucfirst($tablename));
}
OpenPOWER on IntegriCloud