diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-09-16 15:57:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-16 15:57:53 +0200 |
commit | 4fa170b918cebc2ed0175e85d0a1104099cd2f97 (patch) | |
tree | cad90a5ee2aaf40ff13f3b7fb06944c3d69c6abf /core/js/setupchecks.js | |
parent | 959e4cb0bf768f9bd3ecd61046261cf7f7163a24 (diff) | |
download | nextcloud-server-4fa170b918cebc2ed0175e85d0a1104099cd2f97.tar.gz nextcloud-server-4fa170b918cebc2ed0175e85d0a1104099cd2f97.zip |
l10n: Correct spelling
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'core/js/setupchecks.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 fc25f499020..58ca3c4d4d3 100644 --- a/core/js/setupchecks.js +++ b/core/js/setupchecks.js @@ -256,7 +256,7 @@ } if (data.serverHasInternetConnectionProblems) { messages.push({ - msg: t('core', 'This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features.'), + msg: t('core', 'This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features.'), type: OC.SetupChecks.MESSAGE_TYPE_WARNING }); } |