diff --git a/src/www/index.php b/src/www/index.php index 9974a5eee..d046cd1a7 100644 --- a/src/www/index.php +++ b/src/www/index.php @@ -138,7 +138,8 @@ include("fbegin.inc");?> 'Please consider donating to the project to help us with our overhead costs. ' . 'See %sour website%s to donate or purchase available %s support services.'), '', '', $g['product_name']) . "

\n"; - echo '

' . sprintf(gettext('Click to %scontinue to the dashboard%s.'), '', '') . "

\n"; + echo '

' . sprintf(gettext('Click to %scontinue to the dashboard%s.'), '', '') . ' '; + echo sprintf(gettext('Or click to %scheck for updates%s.'), '', ''). "

\n"; } ?>