Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2017-10-21 15:05:20 +0300
committerGitHub <noreply@github.com>2017-10-21 15:05:20 +0300
commit2c93b297f0c1764f41aabdb24ff8071fe8163ba8 (patch)
treeac00e2e1a426164af9b3aba97fbea4d569be6ae3 /apps/dav/templates
parent3709d3eeae4660579b15c8f30314654c43990841 (diff)
Update settings-admin-caldav.php
Diffstat (limited to 'apps/dav/templates')
-rw-r--r--apps/dav/templates/settings-admin-caldav.php2
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>