gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-merchant-demos] branch master updated: lower-case merchant


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: lower-case merchant instance names
Date: Wed, 18 Oct 2023 22:40:32 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new 6a66c15  lower-case merchant instance names
6a66c15 is described below

commit 6a66c156e5478da250ad5b583e356cc534a12740
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Oct 18 22:40:29 2023 +0200

    lower-case merchant instance names
---
 talermerchantdemos/templates/donations-index.html.j2 | 6 +++---
 1 file 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>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]