Remove SAML out of sentence

The mapping can also affect Apache Attributes.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-09-18 11:22:50 +02:00
parent 6ac3ab47ca
commit 1338ae13cd
No known key found for this signature in database
GPG key ID: B9F6980CF6E759B1

View file

@ -83,7 +83,7 @@ style('user_saml', 'admin');
<div id="user-saml-attribute-mapping" class="hidden">
<h3><?php p($l->t('Attribute mapping')) ?></h3>
<p>
<?php print_unescaped($l->t('If you want to optionally map SAML attributes to the user you can configure these here.')) ?>
<?php print_unescaped($l->t('If you want to optionally map attributes to the user you can configure these here.')) ?>
<span class="toggle"><?php p($l->t('Show attribute mapping settings…')) ?></span>
</p>