commit d2fb0fe1eb0c8df9f623eccd9404adeff9d3e837
parent 86c1e5615c444bed8253e1c3c500633b403f8d4c
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 22 Oct 2022 20:06:22 +0200
unify style
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/template/wallet.html.j2 b/template/wallet.html.j2
@@ -193,7 +193,11 @@ document.addEventListener('DOMContentLoaded', onLoad);
<h2><a href="https://addons.mozilla.org/en-US/firefox/addon/taler-wallet/">Mozilla Firefox 57+</a></h2>
<div id="inline-install-chrome">
<form action="https://addons.mozilla.org/firefox/downloads/latest/taler-wallet/">
- <input type="submit" value="Install wallet" />
+ <button action="submit">
+ {% trans %}
+ Install wallet
+ {% trans %}
+ </button>
</form>
</div>