summaryrefslogtreecommitdiff
path: root/template/wallet.html.j2
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-07-27 11:36:32 -0600
committerIván Ávalos <avalos@disroot.org>2023-07-27 11:36:32 -0600
commit881f63c95ad80d911bdd464c5f4014b6e24c8e46 (patch)
tree0c99e43c1384a708079c12e8fb4b851a4008b47d /template/wallet.html.j2
parent639b775611e9cea33190d71e5a87dd853dd77db6 (diff)
downloadwww-881f63c95ad80d911bdd464c5f4014b6e24c8e46.tar.gz
www-881f63c95ad80d911bdd464c5f4014b6e24c8e46.tar.bz2
www-881f63c95ad80d911bdd464c5f4014b6e24c8e46.zip
Removed Google Play outdated warning
Diffstat (limited to 'template/wallet.html.j2')
-rw-r--r--template/wallet.html.j29
1 files changed, 3 insertions, 6 deletions
diff --git a/template/wallet.html.j2 b/template/wallet.html.j2
index a14b9306..27746e5f 100644
--- a/template/wallet.html.j2
+++ b/template/wallet.html.j2
@@ -205,16 +205,13 @@ document.addEventListener('DOMContentLoaded', onLoad);
download the APK for Android</a> directly.{% endtrans %}</p>
</li>
<li>
- <p style="color: red">{% trans %}The wallet uploaded on Google is currently outdated (as of 2022-11-04).
- Please use F-Droid or side-load the APK.{% endtrans %}</p>
- <s>
<a href="https://play.google.com/store/apps/details?id=net.taler.wallet" target="_blank" rel="noopener noreferrer">
- {% trans %}Install the Android App from Google App Store</a>
- </s>
+ {% trans %}Install the Android App from Google App Store.{% endtrans %}
+ </a>
</li>
<li>
<a href="https://f-droid.org/en/packages/net.taler.wallet.fdroid/" target="_blank" rel="noopener noreferrer">
- Download the Android App from F-Droid (bypassing Google registration).{% endtrans %}
+ {% trans %}Download the Android App from F-Droid (bypassing Google registration).{% endtrans %}
</a>
</li>
</ul>