File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -432,7 +432,10 @@ export enum strings {
432
432
reportBugDescription ,
433
433
reportFeedbackDescription ,
434
434
reportQuestionDescription ,
435
- requestFeatureDescription
435
+ requestFeatureDescription ,
436
+ discardAlertCancel ,
437
+ discardAlertAction ,
438
+ addAttachmentButtonTitleStringName
436
439
}
437
440
438
441
interface Report {
Original file line number Diff line number Diff line change @@ -1074,7 +1074,10 @@ const InstabugModule = {
1074
1074
reportBugDescription : Instabug . reportBugDescription ,
1075
1075
reportFeedbackDescription : Instabug . reportFeedbackDescription ,
1076
1076
reportQuestionDescription : Instabug . reportQuestionDescription ,
1077
- requestFeatureDescription : Instabug . requestFeatureDescription
1077
+ requestFeatureDescription : Instabug . requestFeatureDescription ,
1078
+ discardAlertCancel : Instabug . discardAlertCancel ,
1079
+ discardAlertAction : Instabug . discardAlertAction ,
1080
+ addAttachmentButtonTitleStringName : Instabug . addAttachmentButtonTitleStringName
1078
1081
} ,
1079
1082
1080
1083
} ;
You can’t perform that action at this time.
0 commit comments