diff --git a/templates/default/logout-iframe.php b/templates/default/logout-iframe.php index 752dba3b998ca6f40bdf6f4d402df3cc87ab0455..64b1a6d11a7012d6e7d847647d5131e2a35da210 100644 --- a/templates/default/logout-iframe.php +++ b/templates/default/logout-iframe.php @@ -20,8 +20,13 @@ for (j=1; j<=10; j++) { ?> <div id="content"> - - <p>You have initiated a <strong>global logout</strong> from the service <strong><?php echo $this->data['requesterName']; ?></strong>. Global logout means you will be logged out from all services connected to this identity provider. This page will show the status of the logout proccess for all of the services you are logged into.</p> + <?php + + $requestername = is_array($this->data['requesterName']) ? + $this->getTranslation($this->data['requesterName']) : $this->data['requesterName']; + + ?> + <p>You have initiated a <strong>global logout</strong> from the service <strong><?php echo $requestername; ?></strong>. Global logout means you will be logged out from all services connected to this identity provider. This page will show the status of the logout proccess for all of the services you are logged into.</p> <?php