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
path: root/apps
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-06-03 11:27:04 +0300
committerGitHub <noreply@github.com>2022-06-03 11:27:04 +0300
commit2dea9a1bd501c4d882dce0463350ac4f87b5bc99 (patch)
tree0e64d10b4e1b63ed024fa659c0499e428f2737ed /apps
parent2f5a00f5b3a76256b1ba48d65a9ae836a981e113 (diff)
parent1bc6fb2c588c24ed55fdf1894acc82737efd0c37 (diff)
Merge pull request #32716 from nextcloud/Valdnet-patch-2
l10n: Change to a capital letter
Diffstat (limited to 'apps')
-rw-r--r--apps/settings/lib/Controller/CheckSetupController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/lib/Controller/CheckSetupController.php b/apps/settings/lib/Controller/CheckSetupController.php
index 36532878922..d6a9b89fd26 100644
--- a/apps/settings/lib/Controller/CheckSetupController.php
+++ b/apps/settings/lib/Controller/CheckSetupController.php
@@ -317,7 +317,7 @@ class CheckSetupController extends Controller {
'app' => 'settings',
'exception' => $e,
]);
- return $this->l10n->t('Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the nextcloud log file for more details.');
+ return $this->l10n->t('Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details.');
}
}