Cleanup static files
diff --git a/templates/not_found.production.html.ep b/templates/not_found.production.html.ep
index ee74676..eebf7c6 100644
--- a/templates/not_found.production.html.ep
+++ b/templates/not_found.production.html.ep
@@ -1,5 +1,4 @@
-% my $msg = '404: Page not found';
-% layout 'main', title => 'KorAP: ' . $msg;
+% layout 'main', title => 'KorAP: ' . loc('notFound');
 
 <p id="no-results"><%= $msg %></p>