diff --git a/src/pages/errors/400.html b/src/pages/errors/400.html
index 900cdb62..e22d08f5 100644
--- a/src/pages/errors/400.html
+++ b/src/pages/errors/400.html
@@ -1,11 +1,11 @@
 ---
-title: 400
-description: Nah, that's a bad request.
+title: Error
+description: Nah, that's no good.
 layout: default
-permalink: /400.html
+permalink: /error.html
 ---
 <div class="text-centered">
   <h2 class="page-header">{{ title }}</h2>
-  <p>Nah, that's a bad request.</p>
+  <p>Nah, that's no good.</p>
 </div>
 <script>document.addEventListener('DOMContentLoaded', function () { plausible('400', { props: { path: document.location.pathname } }); });</script>
\ No newline at end of file