diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-03-15 20:20:32 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-03-15 20:20:32 +0100 |
commit | 5d74534f06b94ddbdb349294dd34f307fb0b67c1 (patch) | |
tree | d33001795dded45c8ebed35cdd80b5aaa50bef68 /settings | |
parent | 84b6ca9b8197d2036930fc5ea0a387e5414f6d35 (diff) | |
parent | 69d376fbf1e0c73d16635153ba495bfd43a8574c (diff) | |
download | nextcloud-server-5d74534f06b94ddbdb349294dd34f307fb0b67c1.tar.gz nextcloud-server-5d74534f06b94ddbdb349294dd34f307fb0b67c1.zip |
Merge pull request #14899 from owncloud/setupwarning-text
Put notice about checking logs in setup warning
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 132fd86a3f3..23c3a36e28c 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -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> |