Merge pull request #14899 from owncloud/setupwarning-text
Put notice about checking logs in setup warning
This commit is contained in:
commit
5d74534f06
|
@ -228,7 +228,7 @@ if ($_['cronErrors']) {
|
||||||
<ul class="errors hidden"></ul>
|
<ul class="errors hidden"></ul>
|
||||||
<div class="hint hidden">
|
<div class="hint hidden">
|
||||||
<span class="setupwarning"><?php
|
<span class="setupwarning"><?php
|
||||||
print_unescaped($l->t('Please double check the <a href=\'%s\'>installation guides</a>.', \OC_Helper::linkToDocs('admin-install')));
|
print_unescaped($l->t('Please double check the <a href="%s">installation guides</a>, and check for any errors or warnings in the <a href="#log-section">log</a>.', \OC_Helper::linkToDocs('admin-install')));
|
||||||
?></span>
|
?></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue