From d0558a6188bb2fc86eaa2e37441f76c9b7d9eacf Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Thu, 16 Sep 2021 16:16:27 +0200 Subject: l10n: Spelling unification Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- core/js/setupchecks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js') diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js index 58ca3c4d4d3..11c8e53b668 100644 --- a/core/js/setupchecks.js +++ b/core/js/setupchecks.js @@ -589,7 +589,7 @@ // .ocdata is an empty file in the data directory - if this is readable then the data dir is not protected if (xhr.status === 200 && xhr.responseText === '') { messages.push({ - msg: t('core', 'Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root.'), + msg: t('core', 'Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root.'), type: OC.SetupChecks.MESSAGE_TYPE_ERROR }); } -- cgit v1.2.3