Merge pull request #23869 from nextcloud/rakekniven-patch-1

This commit is contained in:
John Molakvoæ 2020-11-04 12:12:53 +01:00 committed by GitHub
commit 0e1c9af98d
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 no SVG support. For better compatibility it is recommended to install it.'
),
type: OC.SetupChecks.MESSAGE_TYPE_INFO
})