gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant-frontends] branch master updated: fix (wall


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: fix (wall of) text
Date: Wed, 15 Mar 2017 14:07:13 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 5cf2aac  fix (wall of) text
5cf2aac is described below

commit 5cf2aac3d436435ff32386e4c12ea6fd45dd176a
Author: Florian Dold <address@hidden>
AuthorDate: Wed Mar 15 14:07:10 2017 +0100

    fix (wall of) text
---
 talerfrontends/donations/templates/index.html | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/talerfrontends/donations/templates/index.html 
b/talerfrontends/donations/templates/index.html
index 0164392..ec126bb 100644
--- a/talerfrontends/donations/templates/index.html
+++ b/talerfrontends/donations/templates/index.html
@@ -8,20 +8,8 @@
 {% block main %}
   <h1 lang="en">Welcome to the Taler Donation "Shop" Demo</h1>
 
-  <p>This "toy" website provides you with the ability to
-    experience using the
-    <a href="https://www.taler.net/";>GNU Taler</a>
-    payment system without using
-    valuable currency. Instead, for the demonstrator we
-    Taler is designed to work with ordinary currencies, such
-    as Dollars or Euros, not just toy currencies.
-    <br>
-    This page, <tt>shop.demo.taler.net</tt> models the behavior of a
-    typical Web shop supporting Taler.  The other pages of the demo,
-    <tt>exchange.demo.taler.net</tt> and
-    <tt>bank.demo.taler.net</tt>, correspond to a Taler exchange
-    and bank with tight Taler integration respectively.  You
-    may also enjoy visiting the <tt>blog.demo.taler.net</tt>.
+  <p>This toy donations website shows the user experience for donations with 
Taler.
+  You are paying with an imaginary currency ({{ env("TALER_ENV_CURRENCY", 
"KUDOS" }}).
   </p>
   <h2>Back-office interface</h2>
   <p>Try the <a href="/backoffice">back-office</a>, in order to track
@@ -46,7 +34,7 @@
 </div>
 
 <div class="taler-installed-show">
-  <p>Please choose a project and the amount of KUDOS you
+  <p>Please choose a project and the amount of {{ env("TALER_ENV_CURRENCY", 
"KUDOS") }} you
     wish to donate:</p>
 
   <form name="tform" action="checkout" method="GET">

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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