commit 09ef5506b295d3882e384a098719dee66bdd7455
parent cfcc84dac9410d60026062e9542de709b8f89294
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Tue, 10 Nov 2015 10:03:38 +0100
frontend microfix
Diffstat:
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/src/frontend/index.html b/src/frontend/index.html
@@ -91,7 +91,7 @@
<input type="radio" name="donation_receiver" value="GNUnet">GNUnet</input>
<br>
<select id="taler-donation" name="donation_amount">
- <option value="0.1">0.01 KUDOS</option>
+ <option value="0.1">0.1 KUDOS</option>
<option value="1.0">1 KUDOS</option>
<option value="6.0">5 KUDOS (*)</option>
<option value="10.0">10 KUDOS</option>
@@ -109,11 +109,6 @@
final offer from the merchant in a window secured
by the Taler extension. That way, you can spot the
error before committing to an incorrect contract.</p>
- <p>(**) The 'localmint' option wants a mint whose base URL is "localmint".
- A possible configuration for this would be having an entry like '127.0.0.1
- localmint' in '/etc/hosts' and a local HTTP virtual server which
- redirects calls to 'localmint' to '127.0.0.1:X', with 'X' being the port
- the mint is listening from.
</p>
</div>
</div>