summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_confbak.php
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:12:08 -0400
commitfdda7af6f2f3adc6b8491c244d151218f75cfd20 (patch)
tree8fe21448c62aed906c5e3387a630bfbd9371e65e /src/usr/local/www/diag_confbak.php
parent30f56eff0b6058b123dbfa32f432dced844e2bb0 (diff)
downloadpfsense-fdda7af6f2f3adc6b8491c244d151218f75cfd20.zip
pfsense-fdda7af6f2f3adc6b8491c244d151218f75cfd20.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/usr/local/www/diag_confbak.php')
-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