Update setupchecks.js

Changed *"won't work"* to "will not work" (as proposed by @DeepDiver1975).
This commit is contained in:
cmeh 2015-02-16 10:25:01 +01:00
parent d89cf737ae
commit 09a0bf22df
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
if (xhr.status === 200 && data) {
if (!data.serverHasInternetConnection) {
messages.push(
t('core', 'This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps won\'t work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features.')
t('core', 'This server has no working Internet connection. 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. We suggest to enable Internet connection for this server if you want to have all features.')
);
}
if(!data.dataDirectoryProtected) {