summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2022-08-11 09:29:30 +0200
committerGitHub <noreply@github.com>2022-08-11 09:29:30 +0200
commita1987158d7eb46f921754a9bef86197f1c3a3c6a (patch)
tree62b3df9ace5bc2d567ed975707f89ee3d9557e1c /core/js
parenta3a5ba04741bf0e70638ae376d1a158629927557 (diff)
downloadnextcloud-server-a1987158d7eb46f921754a9bef86197f1c3a3c6a.tar.gz
nextcloud-server-a1987158d7eb46f921754a9bef86197f1c3a3c6a.zip
l10n: Changed grammar
Fixed tests for #33475 Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'core/js')
-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();