summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2016-05-24 10:01:07 +0100
committerStephen Beaver <sbeaver@netgate.com>2016-06-22 11:13:00 -0400
commitcf2e697d464a8d706e7359cb719c8052ce0be8ce (patch)
tree2dc15feda8cca9a8e99e3d4307a26735df0b892b /src
parent81b387118c2642ebe1b7a60777fb013119cf4bd4 (diff)
downloadpfsense-cf2e697d464a8d706e7359cb719c8052ce0be8ce.zip
pfsense-cf2e697d464a8d706e7359cb719c8052ce0be8ce.tar.gz
Give settings section a more helpful/standard title to match other GUI settings tabs
(cherry picked from commit ca55edc39342865816feef390616be8b770c889b)
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/diag_confbak.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_confbak.php b/src/usr/local/www/diag_confbak.php
index 43aae0a..147238f 100644
--- a/src/usr/local/www/diag_confbak.php
+++ b/src/usr/local/www/diag_confbak.php
@@ -186,14 +186,14 @@ if ($diff) {
$form = new Form(false);
-$section = new Form_Section('Saved Configurations', 'savedconfig', COLLAPSIBLE|SEC_CLOSED);
+$section = new Form_Section('Configuration Backup Cache Settings', 'configsettings', COLLAPSIBLE|SEC_CLOSED);
$section->addInput(new Form_Input(
'backupcount',
'Backup Count',
'number',
$config['system']['backupcount']
-))->setHelp('Maximum number of old configurations to keep. By default this is 30 for a full install or 5 on NanoBSD. ');
+))->setHelp('Maximum number of old configurations to keep in the cache. By default this is 30 for a full install or 5 on NanoBSD. ');
$space = exec("/usr/bin/du -sh /conf/backup | /usr/bin/awk '{print $1;}'");
OpenPOWER on IntegriCloud