From 2f3aafb0349d04af29a702482cd84cc8e9d6df3a Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Wed, 16 Oct 2013 12:08:40 +0200 Subject: [PATCH] Use the right syntax for variables inside trans-tags. --- templates/welcome.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/welcome.twig b/templates/welcome.twig index 7074197..63cd104 100644 --- a/templates/welcome.twig +++ b/templates/welcome.twig @@ -1,5 +1,5 @@ {% extends "layout.twig" %} {% block content %} -

{% trans %}Herzlich Willkommen {{ jid }}! {% endtrans %}

+

{% trans %}Herzlich Willkommen %jid%! {% endtrans %}

{% endblock %} \ No newline at end of file