forked from fixin.me/fixin.me
Reword error messages
This commit is contained in:
parent
9a56681a85
commit
a35314e6be
@ -57,9 +57,9 @@
|
||||
<!-- This file lives in public/403.html -->
|
||||
<div class="dialog">
|
||||
<div>
|
||||
<h1>Server received request it won't process.</h1>
|
||||
<h1>Server received request it's unable to understand.</h1>
|
||||
</div>
|
||||
<p>If request has been generated by application, you can notify site administrator.</p>
|
||||
<p>This should not happen, please notify site administrator.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -59,7 +59,7 @@
|
||||
<div>
|
||||
<h1>You have not been granted access to this page.</h1>
|
||||
</div>
|
||||
<p>If you feel you should have access, please contact the site administrator.</p>
|
||||
<p>This should not happen, please notify site administrator.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -57,9 +57,9 @@
|
||||
<!-- This file lives in public/422.html -->
|
||||
<div class="dialog">
|
||||
<div>
|
||||
<h1>The change you wanted was rejected.</h1>
|
||||
<h1>The request is semantically incorrect and was rejected.</h1>
|
||||
</div>
|
||||
<p>If you feel you should have been able to make this change, please contact the site administrator.</p>
|
||||
<p>This should not happen, please contact site administrator.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -57,9 +57,9 @@
|
||||
<!-- This file lives in public/500.html -->
|
||||
<div class="dialog">
|
||||
<div>
|
||||
<h1>We're sorry, but something went wrong.</h1>
|
||||
<h1>Unspecified error prevented server from handling the request.</h1>
|
||||
</div>
|
||||
<p>An application error has occured, you can notify the site administrator.</p>
|
||||
<p>An application error has occured, please notify site administrator.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user