mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-09 12:29:48 +00:00
Make 404 page translatable
This commit is contained in:
parent
693eab2bf3
commit
edc9cec3dc
2 changed files with 6 additions and 2 deletions
4
404.html
4
404.html
|
@ -6,7 +6,7 @@ title: "Error 404, Page Not Found"
|
|||
<section class="container">
|
||||
<div class="nopage">
|
||||
<h1 id="fourofour">404</h1>
|
||||
<h1>Page not found (perhaps it values privacy)</h1>
|
||||
<p><a href="{{ site.baseurl }}/index.html" class="btn-link btn-fixed">To the Homepage</a></p>
|
||||
<h1>{% t error.title %}</h1>
|
||||
<p><a href="{{ site.baseurl }}/index.html" class="btn-link btn-fixed">{% t error.button %}</a></p>
|
||||
</div>
|
||||
</section>
|
|
@ -773,3 +773,7 @@ accessibility:
|
|||
arrowup: Go back to the top of the page
|
||||
guiscreen: A screenshot of the Monero GUI wallet. It shows the wallet's balance and a navigation menu on the left, and a form for sending XMR on the right.
|
||||
cliscreen: CLI wallet screenshot
|
||||
|
||||
error:
|
||||
title: Page not found (perhaps it values privacy)
|
||||
button: To the Homepage
|
||||
|
|
Loading…
Reference in a new issue