diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js index 067b43048d483..f5f48fdf38490 100644 --- a/core/js/setupchecks.js +++ b/core/js/setupchecks.js @@ -256,7 +256,7 @@ } if (!data.isFairUseOfFreePushService) { messages.push({ - msg: t('core', 'This is the unsupported community build of Nextcloud, not designed to for performance, reliability and scalability at the size of this instance. Push notifications have been disabled to not overload our free service. Learn more on nextcloud.com/enterprise about the benefits of Nextcloud Enterprise.'), + msg: t('core', 'This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications have been disabled to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at nextcloud.com/enterprise.'), type: OC.SetupChecks.MESSAGE_TYPE_ERROR }); }