UI and naming changes

This commit is contained in:
Karol Selak 2021-03-21 11:40:53 +01:00
parent a5e7fef642
commit dace874f4f
12 changed files with 22 additions and 18 deletions

View file

@ -58,7 +58,7 @@
<!-- This file lives in public/404.html -->
<div class="dialog">
<div>
<h1>The page you were looking for doesn't exist.</h1>
<h3>The page you were looking for doesn't exist.</h3>
<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>

View file

@ -58,7 +58,7 @@
<!-- This file lives in public/422.html -->
<div class="dialog">
<div>
<h1>The change you wanted was rejected.</h1>
<h3>The change you wanted was rejected.</h3>
<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>

View file

@ -58,7 +58,7 @@
<!-- This file lives in public/500.html -->
<div class="dialog">
<div>
<h1>We're sorry, but something went wrong.</h1>
<h3>We're sorry, but something went wrong.</h3>
</div>
<p>If you are the application owner check the logs for more information.</p>
</div>