Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2017-07-14 17:55:50 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-07-18 20:42:35 +0300
commit9cd8a36cf15dc1ec1434dc21ea90f6557932a923 (patch)
treedf7e5e64557747d686f5d0ee1fe0d46beb85d67e /lib/Settings
parentec56cb844ed5fb4b0fa8713307502793f9fde07b (diff)
Fix spelling
XML, exists admintest.php XML / exists advanced_settings_example.php XML removed "is" exists Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/Settings')
-rw-r--r--lib/Settings/Admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Settings/Admin.php b/lib/Settings/Admin.php
index 29b445d1..6761ae97 100644
--- a/lib/Settings/Admin.php
+++ b/lib/Settings/Admin.php
@@ -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',
],
];