diff --git a/templates/auth_status.twig b/templates/auth_status.twig index 79f24e2bf5d084de812bc6038d722b8b7cd2b45d..a36cb7623d17b9913e665c0b68e8f710de79c2c3 100644 --- a/templates/auth_status.twig +++ b/templates/auth_status.twig @@ -7,7 +7,7 @@ <p>{% trans %}Hi, this is the status page of SimpleSAMLphp. Here you can see if your session is timed out, how long it lasts until it times out and all the attributes that are attached to your session.{% endtrans %}</p> {% if remaining %} - <p>{{ 'Your session is valid for %SECONDS% seconds from now.'|trans({'%SECONDS%': remaining}) }}</p> + <p>{% trans %}Your session is valid for {{ remaining }} seconds from now.{% endtrans %}</p> {% endif %}