summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2022-08-06 20:01:38 +0200
committerGitHub <noreply@github.com>2022-08-06 20:01:38 +0200
commita3a5ba04741bf0e70638ae376d1a158629927557 (patch)
treed2b85736b8f107ea22b5d47336eeeb290d86c61b /core/js
parentfd580d0aa2af83de4bfd797ce7edd787bac2672f (diff)
downloadnextcloud-server-a3a5ba04741bf0e70638ae376d1a158629927557.tar.gz
nextcloud-server-a3a5ba04741bf0e70638ae376d1a158629927557.zip
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>
Diffstat (limited to 'core/js')
-rw-r--r--core/js/setupchecks.js2
1 files changed, 1 insertions, 1 deletions
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}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + OC.theme.docPlaceholderUrl.replace('PLACEHOLDER', 'admin-system-requirements') + '">')
.replace('{linkend}', '</a>'),
),