about summary refs log tree commit diff
path: root/app/views/errors/404.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/errors/404.html.haml')
-rw-r--r--app/views/errors/404.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/errors/404.html.haml b/app/views/errors/404.html.haml
index ba1d5f72d..5ffba3ca9 100644
--- a/app/views/errors/404.html.haml
+++ b/app/views/errors/404.html.haml
@@ -1,5 +1,5 @@
 - content_for :page_title do
-  The page you were looking for doesn't exist
+  = t('errors.404')
 
 - content_for :content do
-  The page you were looking for doesn't exist
+  = t('errors.404')
\ No newline at end of file