From 1bc6fb2c588c24ed55fdf1894acc82737efd0c37 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Fri, 3 Jun 2022 09:34:15 +0200 Subject: [PATCH] l10n: Change to a capital letter Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- apps/settings/lib/Controller/CheckSetupController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'); } } -- 2.39.5