diff options
-rw-r--r-- | apps/dav/templates/settings-admin-caldav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/templates/settings-admin-caldav.php b/apps/dav/templates/settings-admin-caldav.php index 4c53e6421a7..bf1e5a0fda1 100644 --- a/apps/dav/templates/settings-admin-caldav.php +++ b/apps/dav/templates/settings-admin-caldav.php @@ -91,7 +91,7 @@ script('dav', [ )); ?> </em> <br> - <em><?php p($l->t('Notifications will be send through background jobs, so these need to happen often enough.')); ?></em> + <em><?php p($l->t('Notifications are sent via background jobs, so these must occur often enough.')); ?></em> </p> <p> <input type="checkbox" name="caldav_send_reminders_notifications_push" id="caldavSendRemindersNotificationsPush" class="checkbox" |