mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 16:50:55 -04:00
l10n: Change to a capital letter
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
d2790f75c8
commit
31743438cd
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class KerberosApacheAuth extends AuthMechanism {
|
|||
$this
|
||||
->setIdentifier('smb::kerberosapache')
|
||||
->setScheme(self::SCHEME_SMB)
|
||||
->setText($l->t('Kerberos ticket apache mode'))
|
||||
->setText($l->t('Kerberos ticket Apache mode'))
|
||||
->addParameter($realm);
|
||||
$this->credentialsStore = $credentialsStore;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue