Update system_update_settings.php

Tidied the Dashboard update settings text
This commit is contained in:
Joseph Reeves 2017-08-10 15:01:47 +01:00 committed by GitHub
parent 1371aa1a05
commit c2fae874e6

View File

@ -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'])
));