From a6a6ee009217e485e91c7e88830820b69faf4a32 Mon Sep 17 00:00:00 2001 From: k-paulius Date: Fri, 12 Feb 2016 23:55:02 -0600 Subject: Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case. --- src/usr/local/www/diag_defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/diag_defaults.php') diff --git a/src/usr/local/www/diag_defaults.php b/src/usr/local/www/diag_defaults.php index 62a31af..d8233a1 100755 --- a/src/usr/local/www/diag_defaults.php +++ b/src/usr/local/www/diag_defaults.php @@ -70,7 +70,7 @@ if ($_POST['Submit'] == " " . gettext("No") . " ") { exit; } -$pgtitle = array(gettext("Diagnostics"), gettext("Factory defaults")); +$pgtitle = array(gettext("Diagnostics"), gettext("Factory Defaults")); include("head.inc"); ?> -- cgit v1.1