Merge pull request #870 from popod/fix-translations

Fix the undo translation
This commit is contained in:
Alex Tselegidis 2020-08-20 17:49:26 +02:00 committed by GitHub
commit 6d6dc9b19c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -618,7 +618,7 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
Backend.displayNotification(EALang.appointment_updated, [
{
'label': 'Undo',
'label': EALang.undo,
'function': undoFunction
}
]);
@ -667,7 +667,7 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
Backend.displayNotification(EALang.unavailable_updated, [
{
'label': 'Undo',
'label': EALang.undo,
'function': undoFunction
}
]);
@ -780,7 +780,7 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
Backend.displayNotification(EALang.appointment_updated, [
{
'label': 'Undo',
'label': EALang.undo,
'function': undoFunction
}
]);
@ -830,7 +830,7 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
Backend.displayNotification(EALang.unavailable_updated, [
{
label: 'Undo',
label: EALang.undo,
function: undoFunction
}
]);