diff options
author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:14:04 +0900 |
---|---|---|
committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:14:04 +0900 |
commit | 23e49c6e6e63a518e704f82879a5fdcf268c51d8 (patch) | |
tree | 630ab081700b9b3d0bde5901cf75d843cd965d7c /views/404.handlebars | |
parent | da15a6ec744281c6ae2b970c72d45b93f8a75109 (diff) |
1st stage, only language switch.
Thank you, MomentQYC ( https://github.com/MomentQYC ).
Your first attemt encourage me.
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..8b821c3 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 "404.notfound"}}</h1> + <p>{{t "404.desc"}}</p> </main> |