Merge pull request #1236

Make 404 page translatable
This commit is contained in:
luigi1111 2020-10-21 16:10:46 -05:00 committed by GitHub
commit 0f34e12982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

@ -788,3 +788,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