Skip to content
Snippets Groups Projects
Commit 2c93b297 authored by rakekniven's avatar rakekniven Committed by GitHub
Browse files

Update settings-admin-caldav.php

parent 3709d3ee
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,6 @@ script('dav', [ ...@@ -35,6 +35,6 @@ script('dav', [
<?php ($_['send_invitations'] === 'yes') ? print_unescaped('checked="checked"') : null ?>/> <?php ($_['send_invitations'] === 'yes') ? print_unescaped('checked="checked"') : null ?>/>
<label for="caldavSendInvitations"><?php p($l->t('Send invitations to attendees')); ?></label> <label for="caldavSendInvitations"><?php p($l->t('Send invitations to attendees')); ?></label>
<br> <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> </p>
</form> </form>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment