Update core/js/setupchecks.js
Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
9d32ca1884
commit
bb04df16c1
|
@ -389,7 +389,7 @@
|
||||||
messages.push({
|
messages.push({
|
||||||
msg: t(
|
msg: t(
|
||||||
'core',
|
'core',
|
||||||
'Module php-imagick in this instance has not SVG support. For better compatibility it is recommended to install it.'
|
'Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it.'
|
||||||
),
|
),
|
||||||
type: OC.SetupChecks.MESSAGE_TYPE_INFO
|
type: OC.SetupChecks.MESSAGE_TYPE_INFO
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue