summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-01-21 11:03:48 +0100
committerGitHub <noreply@github.com>2022-01-21 11:03:48 +0100
commit5c1154c7e7602e9fa74597b610adc3f09bc0602d (patch)
treeeefe0f68d6f60f97caa4ba039e135511c287d796 /apps
parent5ad7309c5500f2ad16d51403f1fb6d491b070f70 (diff)
parent31743438cd57cfd59bf2879998e1605df614c71b (diff)
downloadnextcloud-server-5c1154c7e7602e9fa74597b610adc3f09bc0602d.tar.gz
nextcloud-server-5c1154c7e7602e9fa74597b610adc3f09bc0602d.zip
Merge pull request #30789 from nextcloud/Valdnet-patch-2
Diffstat (limited to 'apps')
-rw-r--r--apps/files_external/lib/Lib/Auth/SMB/KerberosApacheAuth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Lib/Auth/SMB/KerberosApacheAuth.php b/apps/files_external/lib/Lib/Auth/SMB/KerberosApacheAuth.php
index 88aaa417a87..17492280275 100644
--- a/apps/files_external/lib/Lib/Auth/SMB/KerberosApacheAuth.php
+++ b/apps/files_external/lib/Lib/Auth/SMB/KerberosApacheAuth.php
@@ -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;
}