aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2020-11-03 15:55:18 +0100
committerGitHub <noreply@github.com>2020-11-03 15:55:18 +0100
commit9d32ca1884902eb48a58d08304956d72d17cf16d (patch)
tree5db7732a10060d169c7bcd2595801a3182cfe020
parent2466902e2a9c933002064089c246f51f3a2006af (diff)
downloadnextcloud-server-9d32ca1884902eb48a58d08304956d72d17cf16d.tar.gz
nextcloud-server-9d32ca1884902eb48a58d08304956d72d17cf16d.zip
Update setupchecks.js
Changed wording of setup check. Reported at Transifex. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
-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 cd933d5f603..a169de82a3c 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 not SVG support. For better compatibility it is recommended to install it.'
),
type: OC.SetupChecks.MESSAGE_TYPE_INFO
})