Merge pull request #3260 from DevItq/master

Add translation for Not Found page
This commit is contained in:
Louis Lam 2023-06-13 23:04:04 +08:00 committed by GitHub
commit 392f95cdd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@
<ul>
<li>{{ $t("Retype the address.") }}</li>
<li><a href="#" class="go-back" @click="goBack()">{{ $t("Go back to the previous page.") }}</a></li>
<li><a href="/" class="go-back">Go back to home page.</a></li>
<li><a href="/" class="go-back">{{ $t("Go back to home page.") }}</a></li>
</ul>
</div>
</div>