Update en-us.js
Update popup confirmation message so the end user can get different messages when delete (All Recurrrences events) or (One Recurrence event)
This commit is contained in:
parent
85c0d59b12
commit
868056c581
|
@ -27,7 +27,8 @@ define([], function () {
|
|||
EnDateValidationMessage: "start date is greater than end date",
|
||||
SartDateValidationMessage: "start date is greater than end date",
|
||||
eventSelectDatesLabel: "Show only the events within the following dates",
|
||||
ConfirmeDeleteMessage: "Confirm delete event ? If the event is a recurrence event all entries will be deleted ",
|
||||
ConfirmeDeleteAllRecurrrencesMessage: "Confirm delete event ? If the event is a recurrence event all entries will be deleted ",
|
||||
ConfirmeDeleteOneRecurrenceMessage: "Confirm delete event ? Only this event will be deleted, All other recurrences will not be deleted ",
|
||||
DialogConfirmDeleteTitle: "Delete Event",
|
||||
SpinnerDeletingLabel: "Deleting...",
|
||||
DialogCloseButtonLabel: "Cancel",
|
||||
|
|
Loading…
Reference in New Issue