From 2c93b297f0c1764f41aabdb24ff8071fe8163ba8 Mon Sep 17 00:00:00 2001
From: rakekniven <mark.ziegler@rakekniven.de>
Date: Sat, 21 Oct 2017 14:05:20 +0200
Subject: [PATCH] Update settings-admin-caldav.php

---
 apps/dav/templates/settings-admin-caldav.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/dav/templates/settings-admin-caldav.php b/apps/dav/templates/settings-admin-caldav.php
index 34d3517e8d9..8dbe5b38412 100644
--- a/apps/dav/templates/settings-admin-caldav.php
+++ b/apps/dav/templates/settings-admin-caldav.php
@@ -35,6 +35,6 @@ script('dav', [
 			<?php ($_['send_invitations'] === 'yes') ? print_unescaped('checked="checked"') : null ?>/>
 		<label for="caldavSendInvitations"><?php p($l->t('Send invitations to attendees')); ?></label>
 		<br>
-		<em><?php p($l->t('Please make sure to properly setup the email settings above.')); ?></em>
+		<em><?php p($l->t('Please make sure to properly set up the email settings above.')); ?></em>
 	</p>
 </form>
-- 
GitLab