diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2022-01-21 08:17:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 08:17:19 +0100 |
commit | 31743438cd57cfd59bf2879998e1605df614c71b (patch) | |
tree | 8d04d25df0252d2b0f9073488e76b783a0c9d8ac | |
parent | d2790f75c8558a4754cea8ef0f1c23bba439f06e (diff) | |
download | nextcloud-server-31743438cd57cfd59bf2879998e1605df614c71b.tar.gz nextcloud-server-31743438cd57cfd59bf2879998e1605df614c71b.zip |
l10n: Change to a capital letter
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
-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; } |