summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorJoseph Reeves <iknowjoseph@gmail.com>2017-08-10 15:01:47 +0100
committerGitHub <noreply@github.com>2017-08-10 15:01:47 +0100
commitc2fae874e64753eb113dc0618927d9042881fd39 (patch)
treef53eba1bdeaec1f504e39da58329002697773b32 /src/usr/local/www
parent1371aa1a054d7816eafa90ffd904257de384d947 (diff)
downloadpfsense-c2fae874e64753eb113dc0618927d9042881fd39.zip
pfsense-c2fae874e64753eb113dc0618927d9042881fd39.tar.gz
Update system_update_settings.php
Tidied the Dashboard update settings text
Diffstat (limited to 'src/usr/local/www')
-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