From a3a5ba04741bf0e70638ae376d1a158629927557 Mon Sep 17 00:00:00 2001
From: rakekniven <2069590+rakekniven@users.noreply.github.com>
Date: Sat, 6 Aug 2022 20:01:38 +0200
Subject: l10n: Changed grammar
See https://en.wikipedia.org/wiki/32-bit_computing and related articles.
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
---
core/js/setupchecks.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'core')
diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js
index 320c2bea9fb..7f9387ad6f0 100644
--- a/core/js/setupchecks.js
+++ b/core/js/setupchecks.js
@@ -425,7 +425,7 @@
messages.push({
msg: t(
'core',
- '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 {linkstart}the documentation page about this ↗{linkend}.'
+ '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 {linkstart}the documentation page about this ↗{linkend}.'
.replace('{linkstart}', '')
.replace('{linkend}', ''),
),
--
cgit v1.2.3
From a1987158d7eb46f921754a9bef86197f1c3a3c6a Mon Sep 17 00:00:00 2001
From: rakekniven <2069590+rakekniven@users.noreply.github.com>
Date: Thu, 11 Aug 2022 09:29:30 +0200
Subject: 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>
---
core/js/tests/specs/setupchecksSpec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'core')
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 the documentation page about this ↗.',
+ 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 the documentation page about this ↗.',
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
}]);
done();
--
cgit v1.2.3