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
committerstilez <stilez@users.noreply.github.com>2016-05-24 10:01:07 +0100
commitca55edc39342865816feef390616be8b770c889b (patch)
tree7b3a9821764895b226b3cc2be28b74e8b2576831 /src/usr/local/www/diag_confbak.php
parent3edb445e21d25bd0c3db5bd719c64e7335f62f67 (diff)
downloadpfsense-ca55edc39342865816feef390616be8b770c889b.zip
pfsense-ca55edc39342865816feef390616be8b770c889b.tar.gz
Give settings section a more helpful/standard title to match other GUI settings tabs
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