Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-01-21 10:17:19 +0300
committerGitHub <noreply@github.com>2022-01-21 10:17:19 +0300
commit31743438cd57cfd59bf2879998e1605df614c71b (patch)
tree8d04d25df0252d2b0f9073488e76b783a0c9d8ac /apps/files_external
parentd2790f75c8558a4754cea8ef0f1c23bba439f06e (diff)
l10n: Change to a capital letter
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/files_external')
-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;
}