Fix spelling

XML, exists
admintest.php XML / exists
advanced_settings_example.php XML
removed "is" exists

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Allan Nordhøy 2017-07-14 16:55:50 +02:00 committed by Morris Jobke
parent ec56cb844e
commit 9cd8a36cf1
2 changed files with 4 additions and 4 deletions

View file

@ -71,7 +71,7 @@ class Admin implements ISettings {
'wantAssertionsEncrypted' => $this->l10n->t('Indicates a requirement for the <saml:Assertion> elements received by this SP to be encrypted.'),
'wantNameId' => $this->l10n->t(' Indicates a requirement for the NameID element on the SAMLResponse received by this SP to be present.'),
'wantNameIdEncrypted' => $this->l10n->t('Indicates a requirement for the NameID received by this SP to be encrypted.'),
'wantXMLValidation' => $this->l10n->t('Indicates if the SP will validate all received XMLs.'),
'wantXMLValidation' => $this->l10n->t('Indicates if the SP will validate all received XML.'),
];
$securityGeneral = [
'lowercaseUrlencoding' => $this->l10n->t('ADFS URL-Encodes SAML data as lowercase, and the toolkit by default uses uppercase. Enable for ADFS compatibility on signature verification.'),
@ -83,7 +83,7 @@ class Admin implements ISettings {
'required' => true,
],
'require_provisioned_account' => [
'text' => $this->l10n->t('Only allow authentication if an account is existent on some other backend. (e.g. LDAP)'),
'text' => $this->l10n->t('Only allow authentication if an account exists on some other backend. (e.g. LDAP)'),
'type' => 'checkbox',
],
];

View file

@ -75,7 +75,7 @@ class AdminTest extends \Test\TestCase {
'wantAssertionsEncrypted' => 'Indicates a requirement for the <saml:Assertion> elements received by this SP to be encrypted.',
'wantNameId' => ' Indicates a requirement for the NameID element on the SAMLResponse received by this SP to be present.',
'wantNameIdEncrypted' => 'Indicates a requirement for the NameID received by this SP to be encrypted.',
'wantXMLValidation' => 'Indicates if the SP will validate all received XMLs.',
'wantXMLValidation' => 'Indicates if the SP will validate all received XML.',
];
$securityGeneral = [
'lowercaseUrlencoding' => 'ADFS URL-Encodes SAML data as lowercase, and the toolkit by default uses uppercase. Enable for ADFS compatibility on signature verification.',
@ -87,7 +87,7 @@ class AdminTest extends \Test\TestCase {
'required' => true,
],
'require_provisioned_account' => [
'text' => 'Only allow authentication if an account is existent on some other backend. (e.g. LDAP)',
'text' => 'Only allow authentication if an account exists on some other backend. (e.g. LDAP)',
'type' => 'checkbox',
],
'use_saml_auth_for_desktop' => [