summaryrefslogtreecommitdiff
path: root/clams-server/src/main/resources/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'clams-server/src/main/resources/templates/404.html')
-rw-r--r--clams-server/src/main/resources/templates/404.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/clams-server/src/main/resources/templates/404.html b/clams-server/src/main/resources/templates/404.html
index bb4c4d5..3a655ae 100644
--- a/clams-server/src/main/resources/templates/404.html
+++ b/clams-server/src/main/resources/templates/404.html
@@ -4,10 +4,10 @@
<main class="main-container">
<div class="error-container">
<div class="error-code">404</div>
- <h1>Page Not Found</h1>
- <p>The page you are looking for does not exist.</p>
+ <h1>Fil iIkke Funnet</h1>
+ <p>Filen du ser etter finnes ikke.</p>
<p class="error-home-link">
- <a href="/">Return to Home Page</a>
+ <a href="/">Tilbake til Hemmesiden</a>
</p>
</div>
</main>