diff --git a/install/updates/preconfig.php b/install/updates/preconfig.php index 5b24b821..6d38ec76 100644 --- a/install/updates/preconfig.php +++ b/install/updates/preconfig.php @@ -33,7 +33,7 @@ function getPreConfig($current_version) include_once makeCorrectFile(dirname(__FILE__).'/preconfig/0.9/preconfig_0.9.inc.php'); parseAndOutputPreconfig($has_preconfig, $return, $current_version); - $return .= '

'.makecheckbox('update_changesagreed', 'I have read the above update notifications and I am aware of the changes made to my system.', '1', true, '0', true); + $return .= '

'.makecheckbox('update_changesagreed', 'I have read the update notifications above and I am aware of the changes made to my system.', '1', true, '0', true); $return .= ''; $return .= '';