summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/diag_tables.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php
index 67d8878..07aa2b8 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -127,9 +127,9 @@ if ($savemsg) {
}
if ($tablename == "webConfiguratorlockout") {
- $displayname = "Web configurator lockout table";
+ $displayname = gettext("Web configurator lockout table");
} else {
- $displayname = ucfirst($tablename) . " table";
+ $displayname = ucfirst($tablename) . " " . gettext("table");
}
$form = new Form(false);
OpenPOWER on IntegriCloud