summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_backup.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-02-14 17:28:08 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-02-14 17:28:08 -0500
commitf7253434877138dee1262cb930e329cf65209b77 (patch)
tree3361f8a350cb3a2cfb135808f25ba19a7c2102fb /src/usr/local/www/diag_backup.php
parente1346a0ca9ca1110c2f377fcac830a67d5d95767 (diff)
parent2b38c46bb6ca3cc6234c6433d63ba5360d061ccc (diff)
downloadpfsense-f7253434877138dee1262cb930e329cf65209b77.zip
pfsense-f7253434877138dee1262cb930e329cf65209b77.tar.gz
Merge pull request #2637 from k-paulius/patch-6
Diffstat (limited to 'src/usr/local/www/diag_backup.php')
-rw-r--r--src/usr/local/www/diag_backup.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/diag_backup.php b/src/usr/local/www/diag_backup.php
index ea9bbb5..dba496f 100644
--- a/src/usr/local/www/diag_backup.php
+++ b/src/usr/local/www/diag_backup.php
@@ -58,8 +58,8 @@
##|+PRIV
##|*IDENT=page-diagnostics-backup-restore
-##|*NAME=Diagnostics: Backup/restore
-##|*DESCR=Allow access to the 'Diagnostics: Backup/restore' page.
+##|*NAME=Diagnostics: Backup & Restore
+##|*DESCR=Allow access to the 'Diagnostics: Backup & Restore' page.
##|*MATCH=diag_backup.php*
##|-PRIV
@@ -593,7 +593,7 @@ function build_area_list($showall) {
}
}
-$pgtitle = array(gettext("Diagnostics"), gettext("Backup/Restore"), gettext("Backup/Restore"));
+$pgtitle = array(gettext("Diagnostics"), htmlspecialchars(gettext("Backup & Restore")), htmlspecialchars(gettext("Backup & Restore")));
include("head.inc");
if ($input_errors) {
@@ -616,8 +616,8 @@ if (is_subsystem_dirty('restore')):
endif;
$tab_array = array();
+$tab_array[] = array(htmlspecialchars(gettext("Backup & Restore")), true, "diag_backup.php");
$tab_array[] = array(gettext("Config History"), false, "diag_confbak.php");
-$tab_array[] = array(gettext("Backup/Restore"), true, "diag_backup.php");
display_top_tabs($tab_array);
$form = new Form(false);
OpenPOWER on IntegriCloud