Merge pull request #6302 from nextcloud/comradekingu-patch-1
Spelling: Shortening and single please.
This commit is contained in:
commit
b2dd7bf045
|
@ -6,8 +6,8 @@ style('core', ['styles', 'header']);
|
||||||
?>
|
?>
|
||||||
<div class="error error-wide">
|
<div class="error error-wide">
|
||||||
<h2><?php p($l->t('Internal Server Error')) ?></h2>
|
<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('The server 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('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>
|
<p><?php p($l->t('More details can be found in the server log.')) ?></p>
|
||||||
|
|
||||||
<h3><?php p($l->t('Technical details')) ?></h3>
|
<h3><?php p($l->t('Technical details')) ?></h3>
|
||||||
|
|
Loading…
Reference in New Issue