summaryrefslogtreecommitdiffstats
path: root/core/js/setupchecks.js
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2023-02-07 14:30:51 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2023-02-07 15:02:54 +0100
commitd4ed1a13fd1ef1ffc2b3e49623eb481c8772a98e (patch)
tree68ffb41d5458e5b8856f404eceb3b34dda805329 /core/js/setupchecks.js
parent4e969ef8a28c8e71c22f499b738b33e695e4de90 (diff)
downloadnextcloud-server-d4ed1a13fd1ef1ffc2b3e49623eb481c8772a98e.tar.gz
nextcloud-server-d4ed1a13fd1ef1ffc2b3e49623eb481c8772a98e.zip
Revert "update 64-bit check wording"
This reverts commit f5ad282418d27422f77fda0e0e45797899508c1b. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'core/js/setupchecks.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 67f8d70bd31..73896f9fc91 100644
--- a/core/js/setupchecks.js
+++ b/core/js/setupchecks.js
@@ -421,7 +421,7 @@
messages.push({
msg: t(
'core',
- 'It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this.'
+ '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 ↗{linkend} about this.'
.replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + OC.theme.docPlaceholderUrl.replace('PLACEHOLDER', 'admin-system-requirements') + '">')
.replace('{linkend}', '</a>'),
),