Update mystrings.d.ts
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
83e8dd1449
commit
85c0d59b12
|
@ -26,7 +26,8 @@ declare interface ICalendarWebPartStrings {
|
|||
EnDateValidationMessage: string;
|
||||
SartDateValidationMessage: string;
|
||||
eventSelectDatesLabel: string;
|
||||
ConfirmeDeleteMessage: string;
|
||||
ConfirmeDeleteAllRecurrrencesMessage: string;
|
||||
ConfirmeDeleteOneRecurrenceMessage: string;
|
||||
DialogConfirmDeleteTitle: string;
|
||||
SpinnerDeletingLabel: string;
|
||||
DialogCloseButtonLabel: string;
|
||||
|
|
Loading…
Reference in New Issue