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.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/talerbackoffice/backoffice/templates/base.html b/talerbackoffice/backoffice/templates/base.html
index e575ec7..2b86613 100644
--- a/talerbackoffice/backoffice/templates/base.html
+++ b/talerbackoffice/backoffice/templates/base.html
@@ -31,7 +31,7 @@
<div class="demobar">
<h1><span class="tt adorn-brackets">Taler Demo</span></h1>
<h1><span class="it"><a href="/">Backoffice</a></span></h1>
- <p>This is the back-office interface, you can monitor your cash flow with it.</p>
+ <p>{{ _("This is the back-office interface, you can monitor your cash flow with it.") }}</p>
<ul>
<li><a href="{{ env('TALER_ENV_URL_INTRO', '#') }}">Introduction</a></li>
<li><a href="{{ env('TALER_ENV_URL_BANK', '#') }}">Bank</a></li>
@@ -40,7 +40,8 @@
<li><a href="{{ env('TALER_ENV_URL_MERCHANT_SURVEY', '#') }}">Tipping/Survey</a></li>
<li><a href="{{ env('TALER_ENV_URL_BACKOFFICE', '#') }}">Back-office</a></li>
</ul>
- <p>You can learn more about Taler on our main <a href="https://taler.net">website</a>.</p>
+ <p>{% trans %} You can learn more about Taler on our main
+ <a href="https://taler.net">website</a>. {% endtrans %}</p>
</div>
<section id="main" class="content">
<a href="{{ url("/") }}">