diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-09-16 16:16:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-16 16:16:27 +0200 |
commit | d0558a6188bb2fc86eaa2e37441f76c9b7d9eacf (patch) | |
tree | cda35b8e28a5e59bec517736a9596935461887ce /core/js | |
parent | 4fa170b918cebc2ed0175e85d0a1104099cd2f97 (diff) | |
download | nextcloud-server-d0558a6188bb2fc86eaa2e37441f76c9b7d9eacf.tar.gz nextcloud-server-d0558a6188bb2fc86eaa2e37441f76c9b7d9eacf.zip |
l10n: Spelling unification
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/setupchecks.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 }); } |