We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d601725 commit 73d21c6Copy full SHA for 73d21c6
core/templates/404.php
@@ -18,7 +18,7 @@
18
<div class="body-login-container update">
19
<div class="icon-big icon-search"></div>
20
<h2><?php p($l->t('Page not found')); ?></h2>
21
- <p class="infogroup"><?php p($l->t('The page could not be found on the server.')); ?></p>
+ <p class="infogroup"><?php p($l->t('The page could not be found on the server or you may not be allowed to view it.')); ?></p>
22
<p><a class="button primary" href="<?php p(\OC::$server->getURLGenerator()->linkTo('', 'index.php')) ?>">
23
<?php p($l->t('Back to %s', [$theme->getName()])); ?>
24
</a></p>
0 commit comments