Skip to content

Commit 73d21c6

Browse files
committed
chore(404): Extend 404 error message to mention possibly missing permissions
Signed-off-by: Marcel Klehr <[email protected]>
1 parent d601725 commit 73d21c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/templates/404.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div class="body-login-container update">
1919
<div class="icon-big icon-search"></div>
2020
<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>
21+
<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>
2222
<p><a class="button primary" href="<?php p(\OC::$server->getURLGenerator()->linkTo('', 'index.php')) ?>">
2323
<?php p($l->t('Back to %s', [$theme->getName()])); ?>
2424
</a></p>

0 commit comments

Comments
 (0)