commit 4f14650b1a69fc8a312880ba4af45fbd2888a742 parent 175f0b0ccc230126360bc52e4d995d2edd0cc682 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 22 Apr 2019 21:20:34 +0200 fix #5063#14325 Diffstat:
| M | index.html.j2 | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git 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>