mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 11:09:04 +01:00
Calendar: fix missing dialog translations
This commit is contained in:
parent
7404cc1119
commit
173c8891bd
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user