summaryrefslogtreecommitdiff
path: root/talersurvey/survey/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'talersurvey/survey/templates/base.html')
-rw-r--r--talersurvey/survey/templates/base.html6
1 files changed, 3 insertions, 3 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>