summaryrefslogtreecommitdiffstats
path: root/core/js/setupchecks.js
diff options
context:
space:
mode:
authorVictor Goff <keeperotphones@gmail.com>2019-08-23 07:01:45 -0400
committerVictor Goff <keeperotphones@gmail.com>2019-08-23 07:01:45 -0400
commit2663fc442c7c769c9e67c12d2b92314392afb37c (patch)
tree7f7a5c46011c11cd45bbadf417a61aa4b7dedef5 /core/js/setupchecks.js
parentd2bd413440c4f28986af0b46c080f08935309375 (diff)
downloadnextcloud-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.js2
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
});
}