aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/tests
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-08-31 19:34:29 +0200
committerGitHub <noreply@github.com>2022-08-31 19:34:29 +0200
commit4209dc7d66d192f49ab8dee305015491d7a32089 (patch)
treebdcc49ac29af353540d1634e9365a76502b5913e /core/js/tests
parentb0f6ca0e0d824281581ff377ddae857c26fd0db2 (diff)
parenta1987158d7eb46f921754a9bef86197f1c3a3c6a (diff)
downloadnextcloud-server-4209dc7d66d192f49ab8dee305015491d7a32089.tar.gz
nextcloud-server-4209dc7d66d192f49ab8dee305015491d7a32089.zip
Merge pull request #33475 from nextcloud/rakekniven-patch-1
l10n: Changed grammar
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 2be33a7b394..72230f0213b 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: 'It seems like you are running a 32bit PHP version. Nextcloud needs 64bit to run well. Please upgrade your OS and PHP to 64bit! For further details read <a href="https://docs.example.org/admin-system-requirements" class="external" rel="noreferrer noopener">the documentation page about this ↗</a>.',
+ msg: 'It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read <a href="https://docs.example.org/admin-system-requirements" class="external" rel="noreferrer noopener">the documentation page about this ↗</a>.',
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
}]);
done();