feat: update error page text for improved localization and user experience
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 text-center">
|
<div class="col-12 text-center">
|
||||||
<img src="/assets/images/backgrounds/errorimg.svg" alt="error-bg" />
|
<img src="/assets/images/backgrounds/errorimg.svg" alt="error-bg" />
|
||||||
<h2 class="auth-title f-w-600">Opps!!!</h2>
|
<h2 class="auth-title f-w-600">Hoplá!!!</h2>
|
||||||
<h6 class="f-s-20 f-w-600 m-b-30">This page you are looking for could not be found.</h6>
|
<h6 class="f-s-20 f-w-600 m-b-30">Stránku, ktorú hľadáte nemôžeme nájsť!.</h6>
|
||||||
<a mat-flat-button [routerLink]="['/']">Go back to Home</a>
|
<a mat-flat-button [routerLink]="['/']">Späť na domovskú stránku</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user