l10n: Change place of dot

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
Valdnet 2022-03-31 11:26:40 +02:00 committed by blizzz (Rebase PR Action)
parent dea8deab2a
commit 02e8d0375e

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