Merge pull request #1215

Upgrade banner: Link to Downloads page and make text more generic
This commit is contained in:
luigi1111 2020-10-08 10:26:19 -05:00 committed by GitHub
commit 17d48b1f9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ global:
upgradoct: Make sure your software is up-to-date with the
upgradeoctlink: "October 17th network upgrade."
upgrdecont: To continue using Monero after that date,
dwlsoftware: Download Monero 0.17 "Oxygen Orion".
dwlsoftware: Download Monero "Oxygen Orion" (0.17).
lang_tag: "@lang_tag_en"
titles:

View file

@ -1,6 +1,6 @@
<div class="upgrade-container">
<input id="upgrade-toggle" type="checkbox">
<div class="upgrade-content">
<p>{% t global.upgradoct %} <a href="{{ site.baseurl}}/2020/08/18/network-upgrade-october-2020.html">{% t global.upgradeoctlink %}</a> {% t global.upgrdecont %} <a href="{{ site.baseurl}}/2020/09/17/monero-0.17-released.html">{% t global.dwlsoftware %}</a> <label class="upgrade-x" for="upgrade-toggle"></label></p>
<p>{% t global.upgradoct %} <a href="{{ site.baseurl}}/2020/08/18/network-upgrade-october-2020.html">{% t global.upgradeoctlink %}</a> {% t global.upgrdecont %} <a href="{{ site.baseurl}}/downloads/">{% t global.dwlsoftware %}</a> <label class="upgrade-x" for="upgrade-toggle"></label></p>
</div>
</div>