diff options
author | rakekniven <mark.ziegler@rakekniven.de> | 2017-10-21 14:05:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 14:05:20 +0200 |
commit | 2c93b297f0c1764f41aabdb24ff8071fe8163ba8 (patch) | |
tree | ac00e2e1a426164af9b3aba97fbea4d569be6ae3 /apps/dav/templates | |
parent | 3709d3eeae4660579b15c8f30314654c43990841 (diff) | |
download | nextcloud-server-2c93b297f0c1764f41aabdb24ff8071fe8163ba8.tar.gz nextcloud-server-2c93b297f0c1764f41aabdb24ff8071fe8163ba8.zip |
Update settings-admin-caldav.php
Diffstat (limited to 'apps/dav/templates')
-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 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> |