Make 404 page translatable

This commit is contained in:
erciccione 2020-10-12 09:31:41 +01:00
parent 693eab2bf3
commit edc9cec3dc
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF
2 changed files with 6 additions and 2 deletions

View file

@ -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>

View file

@ -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