diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-11-04 12:12:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 12:12:53 +0100 |
commit | 0e1c9af98da2f41140d2cba8a4638e6d8ccf2361 (patch) | |
tree | 9ee5fc34d65ebeb74508165b0287184abf964bfe /core/js | |
parent | 8eb0db5078944f8d0bea8b641f69437acf59e9ab (diff) | |
parent | bb04df16c1f4f86267c3575379b4ce88f2417667 (diff) | |
download | nextcloud-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.js | 2 |
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 }) |