aboutsummaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-03-11 12:01:27 +0100
committerGitHub <noreply@github.com>2019-03-11 12:01:27 +0100
commit065690dcf53b1e0e65ffbcafef4daa07bb56440c (patch)
treea034400068d126ce054299b583d0c0d9ce5f9dfa /core/js
parentd40b21ac815b8088a5d0b51a6d48b39ed754631a (diff)
parent25d700ef30ef0d8d66d6df300069d8ba30e7d23b (diff)
downloadnextcloud-server-065690dcf53b1e0e65ffbcafef4daa07bb56440c.tar.gz
nextcloud-server-065690dcf53b1e0e65ffbcafef4daa07bb56440c.zip
Merge pull request #14620 from nextcloud/fix/noid/copy-paste-typo
Fix unneeded doc link to unrelated resource
Diffstat (limited to 'core/js')
-rw-r--r--core/js/setupchecks.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js
index c3b036ddf69..b290bddadf4 100644
--- a/core/js/setupchecks.js
+++ b/core/js/setupchecks.js
@@ -454,10 +454,7 @@
messages.push({
msg: t(
'core',
- 'This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path.',
- {
- docLink: oc_defaults.docPlaceholderUrl.replace('PLACEHOLDER', 'admin-mysql-utf8mb4'),
- }
+ 'This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path.'
),
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
})