diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2022-01-21 11:03:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 11:03:48 +0100 |
commit | 5c1154c7e7602e9fa74597b610adc3f09bc0602d (patch) | |
tree | eefe0f68d6f60f97caa4ba039e135511c287d796 /apps | |
parent | 5ad7309c5500f2ad16d51403f1fb6d491b070f70 (diff) | |
parent | 31743438cd57cfd59bf2879998e1605df614c71b (diff) | |
download | nextcloud-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.php | 2 |
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; } |