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:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-03-31 12:26:40 +0300
committerblizzz (Rebase PR Action) <blizzz@users.noreply.github.com>2022-04-08 19:59:45 +0300
commit02e8d0375e4c04c05773d644329bd220cb25865a (patch)
tree0df75a73296c75b4f2083612e39807e4709f2c9b /lib/Settings
parentdea8deab2aec900d5a0f67ab7a16104a2b9b32c2 (diff)
l10n: Change place of dot
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'lib/Settings')
-rw-r--r--lib/Settings/Admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Settings/Admin.php b/lib/Settings/Admin.php
index f579fc9b..47937c90 100644
--- a/lib/Settings/Admin.php
+++ b/lib/Settings/Admin.php
@@ -104,7 +104,7 @@ class Admin implements ISettings {
'required' => true,
],
'require_provisioned_account' => [
- 'text' => $this->l10n->t('Only allow authentication if an account exists 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',
'global' => true,
]