diff options
| author | Raphael <mail@raphaelkabo.com> | 2025-05-28 18:58:46 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-28 18:58:46 +0100 | 
| commit | 3d84891118f8a81af3ddb978af9b3f8b02fd5d65 (patch) | |
| tree | 0a8d344e331a0551b73435bbbb3919107737f69f /views/404.handlebars | |
| parent | 6f0b7a44b995b6b66baf42a9369182fc05a90b34 (diff) | |
| parent | 4664b6968fdcaca54268d60f400da02364213f05 (diff) | |
Merge branch 'main' into main
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>  | 
