Calendar: Add notification placeholders $$date$$ and $$fullname$$ to preference help hover

This commit is contained in:
nathan 2021-12-08 11:10:39 -07:00
parent 4c3c28a05f
commit bf2482104a

View File

@ -174,6 +174,8 @@ class calendar_hooks
'action' => lang('Action that caused the notify: Added, Canceled, Accepted, Rejected, ...'), 'action' => lang('Action that caused the notify: Added, Canceled, Accepted, Rejected, ...'),
'link' => lang('Link to view the event'), 'link' => lang('Link to view the event'),
'disinvited' => lang('Participants uninvited from an event'), 'disinvited' => lang('Participants uninvited from an event'),
'fullname' => lang('Current user'),
'date' => lang('Current date')
); );
$weekdaystarts = array( $weekdaystarts = array(
'Monday' => lang('Monday'), 'Monday' => lang('Monday'),