diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-08-29 17:53:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-29 17:53:58 +0200 |
commit | b2dd7bf0457a3a07ddca5066e64fb4e8b820cd5b (patch) | |
tree | f290c63e4726848ab36dd035a74e847254756c6b | |
parent | 79a7b7f192e0b6e3b0c2c5fe76b8331b531c4cda (diff) | |
parent | d6adc240c474347c2e599570a68226ef282925e3 (diff) | |
download | nextcloud-server-b2dd7bf0457a3a07ddca5066e64fb4e8b820cd5b.tar.gz nextcloud-server-b2dd7bf0457a3a07ddca5066e64fb4e8b820cd5b.zip |
Merge pull request #6302 from nextcloud/comradekingu-patch-1
Spelling: Shortening and single please.
-rw-r--r-- | core/templates/exception.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/exception.php b/core/templates/exception.php index fbbba0d48b1..0ae82b9308d 100644 --- a/core/templates/exception.php +++ b/core/templates/exception.php @@ -6,8 +6,8 @@ style('core', ['styles', 'header']); ?> <div class="error error-wide"> <h2><?php p($l->t('Internal Server Error')) ?></h2> - <p><?php p($l->t('The server encountered an internal error and was unable to complete your request.')) ?></p> - <p><?php p($l->t('Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.')) ?></p> + <p><?php p($l->t('The server was unable to complete your request.')) ?></p> + <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> <h3><?php p($l->t('Technical details')) ?></h3> |