diff --git a/templates/auth_status.twig b/templates/auth_status.twig index 3bc2d42b6f8e46f60732426a844166fe6f13a527..029b165361199edba3b4a728365105bfd9e8e86f 100644 --- a/templates/auth_status.twig +++ b/templates/auth_status.twig @@ -4,7 +4,7 @@ {% block content %} <h2>{{ pagetitle }}</h2> - <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 items that are attached to your session.{% endtrans %}</p> + <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>