summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-22 21:20:34 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-22 21:20:34 +0200
commit4f14650b1a69fc8a312880ba4af45fbd2888a742 (patch)
tree3fdb0dd32f509d3b93c91b4b3b93107e1d1243e2
parent175f0b0ccc230126360bc52e4d995d2edd0cc682 (diff)
downloadauditor-4f14650b1a69fc8a312880ba4af45fbd2888a742.tar.gz
auditor-4f14650b1a69fc8a312880ba4af45fbd2888a742.tar.bz2
auditor-4f14650b1a69fc8a312880ba4af45fbd2888a742.zip
fix #5063#14325
-rw-r--r--index.html.j25
1 files changed, 1 insertions, 4 deletions
diff --git a/index.html.j2 b/index.html.j2
index 6945479..d1dc0e3 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -81,10 +81,7 @@
<button class="pure-button pure-button-primary" style="text-allign: center;" click="addAuditor()">{{ _("Add Auditor") }}</button>
</div>
<p>
- {% trans %}
- This will tell your wallet that you are willing to trust exchanges that
- we audit to handle the TESTKUDOS currency properly.
- {% endtrans %}
+ {{ _("This will tell your wallet that you are willing to trust exchanges that we audit to handle the %(curr) currency properly.", curr=currency) }}
</p>
</section>
</body>