Update setupchecks.js

Changed wording of setup check.
Reported at Transifex.

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
This commit is contained in:
rakekniven 2020-11-03 15:55:18 +01:00 committed by GitHub
parent 2466902e2a
commit 9d32ca1884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@
messages.push({
msg: t(
'core',
'Module php-imagick in instance is missing SVG support. For better compatibility it is recommended to install it.'
'Module php-imagick in this instance has not SVG support. For better compatibility it is recommended to install it.'
),
type: OC.SetupChecks.MESSAGE_TYPE_INFO
})