summaryrefslogtreecommitdiff
path: root/views/404.handlebars
diff options
context:
space:
mode:
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 8b821c3..89d3f33 100755
--- a/views/404.handlebars
+++ b/views/404.handlebars
@@ -1,4 +1,4 @@
<main class="page">
- <h1>{{t "404.notfound"}}</h1>
- <p>{{t "404.desc"}}</p>
+ <h1>{{t "views.404notfound"}}</h1>
+ <p>{{t "views.404desc"}}</p>
</main>