summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-08-23 15:36:24 -0300
committerRenato Botelho <renato@netgate.com>2017-08-23 15:36:24 -0300
commit68e41c4a0d7764062b1cae0c9a13976c99aec6e7 (patch)
treedc59cd33783a66ac6100e7f154c515d2777ae723
parent61a8cc10858e49051a6976ccc7464ec34fd3ffce (diff)
parentc2fae874e64753eb113dc0618927d9042881fd39 (diff)
downloadpfsense-68e41c4a0d7764062b1cae0c9a13976c99aec6e7.zip
pfsense-68e41c4a0d7764062b1cae0c9a13976c99aec6e7.tar.gz
Merge pull request #3798 from IknowJoseph/patch-2
-rw-r--r--src/usr/local/www/system_update_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_update_settings.php b/src/usr/local/www/system_update_settings.php
index 6556bcc..90d3bf1 100644
--- a/src/usr/local/www/system_update_settings.php
+++ b/src/usr/local/www/system_update_settings.php
@@ -158,7 +158,7 @@ $section = new Form_Section('Updates');
$section->addInput(new Form_Checkbox(
'disablecheck',
'Dashboard check',
- 'Disable the automatic dashboard auto-update check',
+ 'Disable the Dashboard auto-update check',
isset($curcfg['disablecheck'])
));
OpenPOWER on IntegriCloud