diff options
author | Victor Goff <keeperotphones@gmail.com> | 2019-08-23 07:01:45 -0400 |
---|---|---|
committer | Victor Goff <keeperotphones@gmail.com> | 2019-08-23 07:01:45 -0400 |
commit | 2663fc442c7c769c9e67c12d2b92314392afb37c (patch) | |
tree | 7f7a5c46011c11cd45bbadf417a61aa4b7dedef5 /core/js/setupchecks.js | |
parent | d2bd413440c4f28986af0b46c080f08935309375 (diff) | |
download | nextcloud-server-2663fc442c7c769c9e67c12d2b92314392afb37c.tar.gz nextcloud-server-2663fc442c7c769c9e67c12d2b92314392afb37c.zip |
adviced should be advised
Signed-off-by: Victor Goff <keeperotphones@gmail.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 0e8aeca8455..f9829954f16 100644 --- a/core/js/setupchecks.js +++ b/core/js/setupchecks.js @@ -634,7 +634,7 @@ } } else { messages.push({ - msg: t('core', 'Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href="{docUrl}">security tips ↗</a>.', {docUrl: tipsUrl}), + msg: t('core', 'Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href="{docUrl}">security tips ↗</a>.', {docUrl: tipsUrl}), type: OC.SetupChecks.MESSAGE_TYPE_WARNING }); } |