ux: localize strings

This commit is contained in:
Henk Verlinde
2022-07-07 12:47:20 +02:00
parent 21ecb63863
commit 76544a40c6
9 changed files with 46 additions and 11 deletions

View File

@ -2,8 +2,8 @@
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10 col-xl-8">
<article>
<h1 class="text-center">Page not found :(</h1>
<p class="text-center">The page you are looking for doesn't exist or has been moved.</p>
<h1 class="text-center">{{ i18n "404-title" }}</h1>
<p class="text-center">{{ i18n "404-text" }}</p>
</article>
</div>
</div>