diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2022-06-03 09:34:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-03 09:34:15 +0200 |
commit | 1bc6fb2c588c24ed55fdf1894acc82737efd0c37 (patch) | |
tree | 108fe9499a4fb178cc587fcd1e07a7ab05dd601f /apps | |
parent | a90b647aff45aba4026a748b52709a2a12872c3f (diff) | |
download | nextcloud-server-1bc6fb2c588c24ed55fdf1894acc82737efd0c37.tar.gz nextcloud-server-1bc6fb2c588c24ed55fdf1894acc82737efd0c37.zip |
l10n: Change to a capital letter
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/lib/Controller/CheckSetupController.php | 2 |
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.'); } } |