summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_backup.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-14 15:08:11 -0600
committerk-paulius <k.dash.paulius@gmail.com>2016-02-14 15:08:11 -0600
commit0f2981384f9d31c809a8a304eeb7170a86e91974 (patch)
tree4c257919c3c42e2f2fb796467653453eb573411e /src/usr/local/www/diag_backup.php
parent448280c3be738304463cd2ae52c28238051f69da (diff)
downloadpfsense-0f2981384f9d31c809a8a304eeb7170a86e91974.zip
pfsense-0f2981384f9d31c809a8a304eeb7170a86e91974.tar.gz
Rename 'Backup/Restore' to 'Backup & Restore' so it does not clash with breadcrumb separator.
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 5e42912..380bf62 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) {
@@ -617,7 +617,7 @@ endif;
$tab_array = array();
$tab_array[] = array(gettext("Config History"), false, "diag_confbak.php");
-$tab_array[] = array(gettext("Backup/Restore"), true, "diag_backup.php");
+$tab_array[] = array(htmlspecialchars(gettext("Backup & Restore")), true, "diag_backup.php");
display_top_tabs($tab_array);
$form = new Form(false);
OpenPOWER on IntegriCloud