diff options
author | Raphael <mail@raphaelkabo.com> | 2025-05-28 18:00:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-28 18:00:35 +0100 |
commit | bde9b408342f56833cf0a514488365189083f312 (patch) | |
tree | e20a4f074704a2f5ede5ebd05b4f4ad949cd8205 /views/404.handlebars | |
parent | 69f75005303d634b9208c23068655385734f4d3a (diff) | |
parent | fb85d79dd2333cd6e0982e5ee0fdc1070ff99889 (diff) |
Merge pull request #198 from dinoue/feature/localization-again
Localization, again
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> |