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/tests/specs | |
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/tests/specs')
-rw-r--r-- | core/js/tests/specs/setupchecksSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/tests/specs/setupchecksSpec.js b/core/js/tests/specs/setupchecksSpec.js index ab12ab63042..86d4e47a819 100644 --- a/core/js/tests/specs/setupchecksSpec.js +++ b/core/js/tests/specs/setupchecksSpec.js @@ -1403,7 +1403,7 @@ describe('OC.SetupChecks tests', function() { async.done(function( data, s, x ){ expect(data).toEqual([{ - msg: 'Accessing site insecurely via HTTP. You are strongly adviced to set up your server to require HTTPS instead, as described in the <a href="https://docs.example.org/admin-security">security tips ↗</a>.', + msg: 'Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href="https://docs.example.org/admin-security">security tips ↗</a>.', type: OC.SetupChecks.MESSAGE_TYPE_WARNING }]); done(); |