Add more i18n strings

This commit is contained in:
Roxedus 2021-02-16 18:55:50 +01:00 committed by hossainemruz
parent 4ef34a8f63
commit 4f2141fec6
7 changed files with 29 additions and 11 deletions

View file

@ -22,7 +22,7 @@
<img src="{{ $notFoundImage }}" alt="">
<div class="message">
<h1>404</h1>
<h4>The page you are looking for is not there yet.</h4>
<h4>{{ i18n "err_404" }}</h4>
</div>
</div>
</div>