]> source.dussan.org Git - nextcloud-server.git/commitdiff
Put notice about checking logs in setup warning
authorRobin McCorkell <rmccorkell@karoshi.org.uk>
Sun, 15 Mar 2015 01:22:03 +0000 (01:22 +0000)
committerRobin McCorkell <rmccorkell@karoshi.org.uk>
Sun, 15 Mar 2015 01:25:30 +0000 (01:25 +0000)
settings/templates/admin.php

index 132fd86a3f3416fcf3d482fef04424e4ba7b4b8d..23c3a36e28c658a195db0ade828e2372b52e6983 100644 (file)
@@ -228,7 +228,7 @@ if ($_['cronErrors']) {
        <ul class="errors hidden"></ul>
        <div class="hint hidden">
                <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>
        </div>
 </div>