Upgrade banner: Link to Downloads page and make test more generic

This commit is contained in:
erciccione 2020-09-28 09:02:41 +02:00
parent 06e52e5c91
commit fb75ac88dd
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF
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>