From bb04df16c1f4f86267c3575379b4ce88f2417667 Mon Sep 17 00:00:00 2001 From: rakekniven Date: Tue, 3 Nov 2020 21:27:52 +0100 Subject: [PATCH] Update core/js/setupchecks.js MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: John Molakvoæ --- core/js/setupchecks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js index a169de82a3c..c76429ec124 100644 --- a/core/js/setupchecks.js +++ b/core/js/setupchecks.js @@ -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 }) -- 2.39.5