Calendar: fix missing dialog translations

This commit is contained in:
nathan 2022-10-13 09:05:35 -06:00
parent 7404cc1119
commit 173c8891bd
2 changed files with 3 additions and 2 deletions

View File

@ -2055,7 +2055,7 @@ export class CalendarApp extends EgwApp
this.quick_add = options;
// Open dialog to use as target
let add_dialog = Et2Dialog.show_dialog(null, '', 'Add new event', null, [], Et2Dialog.PLAIN_MESSAGE, this.egw);
let add_dialog = Et2Dialog.show_dialog(null, '', 'Add new event', null, [], Et2Dialog.PLAIN_MESSAGE, "", this.egw);
add_dialog.id = "quick_add";
// Position by the event
if(event)

View File

@ -1362,7 +1362,8 @@ export class et2_calendar_event extends et2_valueWidget implements et2_IDetached
},
(!event_data.is_private ? event_data['title'] : egw.lang('private')) + "\n" +
egw.lang("Do you want to edit this event as an exception or the whole series?"),
"This event is part of a series", {}, buttons, Et2Dialog.QUESTION_MESSAGE
"This event is part of a series", {}, buttons, Et2Dialog.QUESTION_MESSAGE,
"", egw
);
}
else