summaryrefslogtreecommitdiff
path: root/talerbackoffice/backoffice/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'talerbackoffice/backoffice/templates/base.html')
-rw-r--r--talerbackoffice/backoffice/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/talerbackoffice/backoffice/templates/base.html b/talerbackoffice/backoffice/templates/base.html
index 755e72f..4ecd543 100644
--- a/talerbackoffice/backoffice/templates/base.html
+++ b/talerbackoffice/backoffice/templates/base.html
@@ -17,7 +17,7 @@
<html data-taler-nojs="true">
<head>
- <title>Taler Donation Demo</title>
+ <title>Taler Back-office interface</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') }}" />
<link rel="stylesheet" type="text/css" href="{{ url('/static/web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" />
@@ -30,7 +30,7 @@
<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_BLOG') }}">Shop</a></span></h1>
+ <h1><span class="it"><a href="/">Backoffice</a></span></h1>
<p>This is the Essay shop, you can buy articles using an imaginary currency (for now).</p>
<ul>
<li><a href="{{ env('TALER_ENV_URL_INTRO', '#') }}">Introduction</a></li>