Skip to content

Commit

Permalink
Better wording
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Oct 22, 2021
1 parent 8ff4cf6 commit b4c3378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/js/setupchecks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
}
Expand Down

0 comments on commit b4c3378

Please sign in to comment.