From 09a0bf22dfcee88722fce8d34002bee96a82a834 Mon Sep 17 00:00:00 2001 From: cmeh Date: Mon, 16 Feb 2015 10:25:01 +0100 Subject: [PATCH] Update setupchecks.js Changed *"won't work"* to "will not work" (as proposed by @DeepDiver1975). --- core/js/setupchecks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js index bdcea7956c7..00e73162c55 100644 --- a/core/js/setupchecks.js +++ b/core/js/setupchecks.js @@ -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) { -- 2.39.5