From 446c68157f36d94e7cf448d2de9838ab7c8d7f20 Mon Sep 17 00:00:00 2001
From: Franco Fichtner
Date: Sun, 30 Dec 2018 11:03:10 +0000
Subject: [PATCH] wizard: hint at updates; closes #3056
---
src/www/index.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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";
}
?>