Merge pull request #591 from nextcloud/Valdnet-patch-1

l10n: Change place of dot
This commit is contained in:
blizzz 2022-04-08 20:20:04 +02:00 committed by GitHub
commit ccef31ec81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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,
]

View file

@ -105,7 +105,7 @@ class AdminTest extends \Test\TestCase {
'required' => true,
],
'require_provisioned_account' => [
'text' => 'Only allow authentication if an account exists on some other backend. (e.g. LDAP)',
'text' => 'Only allow authentication if an account exists on some other backend (e.g. LDAP).',
'type' => 'checkbox',
'global' => true,
],