summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-11-30 18:23:41 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-11-30 18:23:41 +0100
commit13b2e2cd65ef41d1f749f018e12a93aa7c23d699 (patch)
tree470e549328ddd26c2d5559151142b4b38eeee7a0
parentb5c7de3ec19696342df9dbf1284bebb5267b5403 (diff)
downloadsurvey-13b2e2cd65ef41d1f749f018e12a93aa7c23d699.tar.gz
survey-13b2e2cd65ef41d1f749f018e12a93aa7c23d699.tar.bz2
survey-13b2e2cd65ef41d1f749f018e12a93aa7c23d699.zip
more text fixes
-rw-r--r--talersurvey/survey/templates/base.html6
-rw-r--r--talersurvey/survey/templates/index.html4
2 files changed, 5 insertions, 5 deletions
diff --git a/talersurvey/survey/templates/base.html b/talersurvey/survey/templates/base.html
index dc78eb0..3826797 100644
--- a/talersurvey/survey/templates/base.html
+++ b/talersurvey/survey/templates/base.html
@@ -17,7 +17,7 @@
<html>
<head>
- <title>Taler Donation Demo</title>
+ <title>Taler Survey Demo</title>
<link rel="stylesheet" type="text/css" href="{{ url('/static/web-common/pure.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url('/static/web-common/demo.css') }}" />
<script src="{{ url("/static/web-common/taler-wallet-lib.js") }}" type="application/javascript"></script>
@@ -29,8 +29,8 @@
<body>
<div class="demobar">
<h1><span class="tt adorn-brackets">Taler Demo</span></h1>
- <h1><span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_DONATIONS') }}">Donations</a></span></h1>
- <p>This is the donation page, you can make donations (with an imaginary currency for now) to free software projects.</p>
+ <h1><span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_SURVEY') }}">Survey</a></span></h1>
+ <p>This is the survey page, which demonatrates how merchants can reward their users by paying directly into their wallet.</p>
<ul>
<li><a href="{{ env('TALER_ENV_URL_INTRO', '#') }}">Introduction</a></li>
<li><a href="{{ env('TALER_ENV_URL_BANK', '#') }}">Bank</a></li>
diff --git a/talersurvey/survey/templates/index.html b/talersurvey/survey/templates/index.html
index 07b6451..1799abd 100644
--- a/talersurvey/survey/templates/index.html
+++ b/talersurvey/survey/templates/index.html
@@ -15,8 +15,8 @@
<input id="option-taler" type="radio" name="paypref" value="taler" checked="checked" />
Taler
</label>
- <label for="option-taler">
- <input id="option-taler" type="radio" name="paypref" value="visa" />
+ <label for="option-visa">
+ <input id="option-visa" type="radio" name="paypref" value="visa" />
Visa
</label>
</fieldset>