mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Fix the undo translation.
This commit is contained in:
parent
16c18f9b99
commit
23b55c75ec
1 changed files with 4 additions and 4 deletions
|
@ -609,7 +609,7 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
|
|||
|
||||
Backend.displayNotification(EALang.appointment_updated, [
|
||||
{
|
||||
'label': 'Undo',
|
||||
'label': EALang.undo,
|
||||
'function': undoFunction
|
||||
}
|
||||
]);
|
||||
|
@ -658,7 +658,7 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
|
|||
|
||||
Backend.displayNotification(EALang.unavailable_updated, [
|
||||
{
|
||||
'label': 'Undo',
|
||||
'label': EALang.undo,
|
||||
'function': undoFunction
|
||||
}
|
||||
]);
|
||||
|
@ -771,7 +771,7 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
|
|||
|
||||
Backend.displayNotification(EALang.appointment_updated, [
|
||||
{
|
||||
'label': 'Undo',
|
||||
'label': EALang.undo,
|
||||
'function': undoFunction
|
||||
}
|
||||
]);
|
||||
|
@ -821,7 +821,7 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
|
|||
|
||||
Backend.displayNotification(EALang.unavailable_updated, [
|
||||
{
|
||||
label: 'Undo',
|
||||
label: EALang.undo,
|
||||
function: undoFunction
|
||||
}
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue