03.03.2020, 09:26
This can be done via Custom JavaScript. Open Schedulers page and switch to view source mode (CTRL+u). There will be strings like %schedulers_events_add% in HTML code. Each string value can be changed in Custom JavaScript like this:
Code:
Translations.schedulers_events_add = 'My text for add event';
Translations.schedulers_holidays = 'My text for holidays';