Update core/js/setupchecks.js

Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
rakekniven 2020-11-03 21:27:52 +01:00 committed by GitHub
parent 9d32ca1884
commit bb04df16c1
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 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
})