Update settings-admin-caldav.php
This commit is contained in:
parent
3709d3eeae
commit
2c93b297f0
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue