summaryrefslogtreecommitdiffstats
path: root/core/js/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-11-11 08:54:21 +0100
committerJoas Schilling <coding@schilljs.com>2016-11-11 08:54:21 +0100
commit0f0603423902639f3d7ccb71a8758fcf484a3c14 (patch)
tree065a31830ffa8bea46c9adcd70310e60d83c4435 /core/js/tests
parentd969fc4ac64ed81a064417bffd88eaadca47ad7f (diff)
downloadnextcloud-server-0f0603423902639f3d7ccb71a8758fcf484a3c14.tar.gz
nextcloud-server-0f0603423902639f3d7ccb71a8758fcf484a3c14.zip
Replace more vendor naming
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/js/tests')
-rw-r--r--core/js/tests/specs/setupchecksSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/tests/specs/setupchecksSpec.js b/core/js/tests/specs/setupchecksSpec.js
index 0972bf76fc3..5b2a7881df9 100644
--- a/core/js/tests/specs/setupchecksSpec.js
+++ b/core/js/tests/specs/setupchecksSpec.js
@@ -309,7 +309,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target="_blank" rel="noreferrer" href="https://docs.owncloud.org/foo/bar.html">documentation</a>.',
+ msg: 'The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target="_blank" rel="noreferrer" href="https://docs.owncloud.org/foo/bar.html">documentation</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
}]);
done();