summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-11-04 12:12:53 +0100
committerGitHub <noreply@github.com>2020-11-04 12:12:53 +0100
commit0e1c9af98da2f41140d2cba8a4638e6d8ccf2361 (patch)
tree9ee5fc34d65ebeb74508165b0287184abf964bfe /core/js
parent8eb0db5078944f8d0bea8b641f69437acf59e9ab (diff)
parentbb04df16c1f4f86267c3575379b4ce88f2417667 (diff)
downloadnextcloud-server-0e1c9af98da2f41140d2cba8a4638e6d8ccf2361.tar.gz
nextcloud-server-0e1c9af98da2f41140d2cba8a4638e6d8ccf2361.zip
Merge pull request #23869 from nextcloud/rakekniven-patch-1
Diffstat (limited to 'core/js')
-rw-r--r--core/js/setupchecks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js
index 204401064f9..e8bcc72cb33 100644
--- a/core/js/setupchecks.js
+++ b/core/js/setupchecks.js
@@ -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
})