summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-03-11 11:00:21 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-03-27 13:34:36 +0100
commitcfbcb2c174833d28f2e18b97e97bfd39b6eba202 (patch)
tree89b4f9d5d7caed1462acccb7c94029b18efdd12d /core/js
parent689b7c19de215d12afee05a3e340cea70ba3a6f6 (diff)
downloadnextcloud-server-cfbcb2c174833d28f2e18b97e97bfd39b6eba202.tar.gz
nextcloud-server-cfbcb2c174833d28f2e18b97e97bfd39b6eba202.zip
Fix unneeded doc link to unrelated resource
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
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 dfa32a6dc80..03f109c8725 100644
--- a/core/js/setupchecks.js
+++ b/core/js/setupchecks.js
@@ -466,10 +466,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
})