diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-09-14 12:43:03 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-09-14 12:43:10 +0530 |
commit | 1917df4b047296f02e8660b006a5d06a155e1b6b (patch) | |
tree | 0281992fc260896adcdbb166f482509d94cc0ef6 /template/wallet.html.j2 | |
parent | 71c5e499089e5db73e0a9e6c5ce70cd917609ce9 (diff) | |
download | www-1917df4b047296f02e8660b006a5d06a155e1b6b.tar.gz www-1917df4b047296f02e8660b006a5d06a155e1b6b.tar.bz2 www-1917df4b047296f02e8660b006a5d06a155e1b6b.zip |
point to release version of wallet app in play store
Diffstat (limited to 'template/wallet.html.j2')
-rw-r--r-- | template/wallet.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/wallet.html.j2 b/template/wallet.html.j2 index aeddf73..f41a087 100644 --- a/template/wallet.html.j2 +++ b/template/wallet.html.j2 @@ -237,7 +237,7 @@ document.addEventListener('DOMContentLoaded', onLoad); <ul> <li> - <a href="https://play.google.com/apps/testing/net.taler.wallet"> + <a href="https://play.google.com/store/apps/details?id=net.taler.wallet"> {% trans %} Install Android App from Google App Store, or {% endtrans %} |