aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-01-21 08:17:19 +0100
committerGitHub <noreply@github.com>2022-01-21 08:17:19 +0100
commit31743438cd57cfd59bf2879998e1605df614c71b (patch)
tree8d04d25df0252d2b0f9073488e76b783a0c9d8ac
parentd2790f75c8558a4754cea8ef0f1c23bba439f06e (diff)
downloadnextcloud-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.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;
}