summaryrefslogtreecommitdiff
path: root/views/404.handlebars
diff options
context:
space:
mode:
authorRaphael Kabo <mail@raphaelkabo.com>2025-05-28 18:01:08 +0100
committerRaphael Kabo <mail@raphaelkabo.com>2025-05-28 18:01:08 +0100
commita5e2faf58ddd4793a5f7e3e284b023162d69cbb3 (patch)
treedf8dacfd279760f505d4b0f6dcf195a6a44a6a1b /views/404.handlebars
parentbc9e983b16d9ac2d27a4458c0a87f9d11aa80c0e (diff)
parentbde9b408342f56833cf0a514488365189083f312 (diff)
Merge remote-tracking branch 'origin/main' into raphael/add-mailgun
Diffstat (limited to 'views/404.handlebars')
-rwxr-xr-xviews/404.handlebars4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/404.handlebars b/views/404.handlebars
index ec8fcb5..89d3f33 100755
--- a/views/404.handlebars
+++ b/views/404.handlebars
@@ -1,4 +1,4 @@
<main class="page">
- <h1>404 - Event not found</h1>
- <p>It may have never existed, or it's been removed from the server. Don't despair - why not create a new one? I for one would love to come to your ocarina recital.</p>
+ <h1>{{t "views.404notfound"}}</h1>
+ <p>{{t "views.404desc"}}</p>
</main>