From cfbcb2c174833d28f2e18b97e97bfd39b6eba202 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 11 Mar 2019 11:00:21 +0100 Subject: [PATCH] Fix unneeded doc link to unrelated resource Signed-off-by: Morris Jobke --- core/js/setupchecks.js | 5 +---- 1 file changed, 1 insertion(+), 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 })