Slight improvement of default error messages.

This commit is contained in:
Christoph Haas 2021-02-14 18:59:48 +01:00
parent c5cd5db749
commit 2862d2354d
3 changed files with 0 additions and 3 deletions

View file

@ -53,6 +53,5 @@
<h1>The page you were looking for doesn't exist.</h1>
<p>You may have mistyped the address or the page may have moved.</p>
</div>
<p>If you are the application owner check the logs for more information.</p>
</body>
</html>

View file

@ -53,6 +53,5 @@
<h1>The change you wanted was rejected.</h1>
<p>Maybe you tried to change something you didn't have access to.</p>
</div>
<p>If you are the application owner check the logs for more information.</p>
</body>
</html>

View file

@ -52,6 +52,5 @@
<div class="dialog">
<h1>We're sorry, but something went wrong.</h1>
</div>
<p>If you are the application owner check the logs for more information.</p>
</body>
</html>