aboutsummaryrefslogtreecommitdiff
path: root/talermerchantdemos
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos')
-rw-r--r--talermerchantdemos/templates/donations-index.html.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/talermerchantdemos/templates/donations-index.html.j2 b/talermerchantdemos/templates/donations-index.html.j2
index ad67c77..b50e4f3 100644
--- a/talermerchantdemos/templates/donations-index.html.j2
+++ b/talermerchantdemos/templates/donations-index.html.j2
@@ -23,9 +23,9 @@
<label>
Receiver:
<select name="donation_receiver">
- <option value="GNUnet">GNUnet</option>
- <option value="Taler">GNU Taler</option>
- <option value="Tor">Tor</option>
+ <option value="gnunet">GNUnet</option>
+ <option value="taler">GNU Taler</option>
+ <option value="tor">Tor</option>
</select>
</label>
</div>