From 6d9876f7064a440d04cf1348701094df3f2cef59 Mon Sep 17 00:00:00 2001
From: Olimpia Magliulo <olimpiam@intern-ikts-MacBook-Air.local>
Date: Tue, 14 Nov 2017 15:48:44 +0100
Subject: [PATCH] Fix intro translation in auth_status

---
 templates/auth_status.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/auth_status.twig b/templates/auth_status.twig
index 3bc2d42b6..029b16536 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>
-- 
GitLab