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:
mohammadamer 2021-03-27 20:51:57 +02:00 committed by GitHub
parent 83e8dd1449
commit 85c0d59b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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;