diff options
author | Raphael Kabo <mail@raphaelkabo.com> | 2025-05-28 18:32:47 +0100 |
---|---|---|
committer | Raphael Kabo <mail@raphaelkabo.com> | 2025-05-28 18:32:47 +0100 |
commit | a6f8ec770d06ce33042ed3f222cba786897e0233 (patch) | |
tree | a060e72668de41fcbeae5e891ee86b096b096f26 /views/404.handlebars | |
parent | 08fa2f616c90e59066d0308097c65c424b5b4a88 (diff) | |
parent | fd637b405c8784a07dabd54b10fda98ad9f4a4ad (diff) |
Merge remote-tracking branch 'origin/main' into clearer-editing-mode
Diffstat (limited to 'views/404.handlebars')
-rwxr-xr-x | views/404.handlebars | 4 |
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> |