diff options
author | Simon L <szaimen@e.mail.de> | 2024-05-13 17:43:57 +0200 |
---|---|---|
committer | Simon L <szaimen@e.mail.de> | 2024-05-14 15:37:38 +0200 |
commit | cb646b2b8b5fb17a3ae7a635dd7130397e2a7685 (patch) | |
tree | a7232ac359202c07c1ff26c11812cf9ffb894570 /core/templates/exception.php | |
parent | 620d10c842b2fb06f750e9cd2dca29b5c9227b26 (diff) | |
download | nextcloud-server-cb646b2b8b5fb17a3ae7a635dd7130397e2a7685.tar.gz nextcloud-server-cb646b2b8b5fb17a3ae7a635dd7130397e2a7685.zip |
fix: address review
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: Simon L. <szaimen@e.mail.de>
Co-Authored-By: Josh <josh.t.richards@gmail.com>
Diffstat (limited to 'core/templates/exception.php')
-rw-r--r-- | core/templates/exception.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/exception.php b/core/templates/exception.php index da64633c3c9..f060d475b1f 100644 --- a/core/templates/exception.php +++ b/core/templates/exception.php @@ -26,7 +26,7 @@ function print_exception(Throwable $e, \OCP\IL10N $l): void { <p><?php p($l->t('If this happens again, please send the technical details below to the server administrator.')) ?></p> <p><?php p($l->t('More details can be found in the server log.')) ?></p> <?php if (isset($_['serverLogsDocumentation']) && $_['serverLogsDocumentation'] !== ''): ?> - <p><a href="<?php print_unescaped($_['serverLogsDocumentation']) ?>" target="_blank" rel="noopener"><?php p($l->t('See this documentation how to retreive them.')) ?></a></p> + <p><a href="<?php print_unescaped($_['serverLogsDocumentation']) ?>" target="_blank" rel="noopener"><?php p($l->t('For more details see the documentation ↗.')) ?></a></p> <?php endif; ?> <h3><?php p($l->t('Technical details')) ?></h3> |