mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
wizard: hint at updates; closes #3056
This commit is contained in:
parent
772c8e0de6
commit
446c68157f
@ -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.'),
|
||||
'<a target="_new" href="' . $g['product_website'] . '">', '</a>', $g['product_name']) . "</p>\n";
|
||||
echo '<p class="__nomb">' . sprintf(gettext('Click to %scontinue to the dashboard%s.'), '<a href="/">', '</a>') . "</p>\n";
|
||||
echo '<p class="__nomb">' . sprintf(gettext('Click to %scontinue to the dashboard%s.'), '<a href="/">', '</a>') . ' ';
|
||||
echo sprintf(gettext('Or click to %scheck for updates%s.'), '<a href="/ui/core/firmware#checkupdate">', '</a>'). "</p>\n";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user