File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -987,6 +987,9 @@ const InstabugModule = {
987987 audio : Instabug . audio ,
988988 video : Instabug . video ,
989989 image : Instabug . image ,
990+ /**
991+ * @deprecated use {@link Instabug.strings.conversationsHeaderTitle}
992+ */
990993 chatsHeaderTitle : Instabug . chatsHeaderTitle ,
991994 team : Instabug . team ,
992995 messagesNotification : Instabug . messagesNotification ,
Original file line number Diff line number Diff line change @@ -839,6 +839,7 @@ - (NSDictionary *)constantsToExport
839839 @" audioRecordingPermissionDeniedTitle" : kIBGAudioRecordingPermissionDeniedTitleStringName ,
840840 @" audioRecordingPermissionDeniedMessage" : kIBGAudioRecordingPermissionDeniedMessageStringName ,
841841 @" microphonePermissionAlertSettingsButtonTitle" : kIBGMicrophonePermissionAlertSettingsButtonTitleStringName ,
842+ @" conversationsHeaderTitle" : kIBGChatsTitleStringName ,
842843 @" chatsHeaderTitle" : kIBGChatsTitleStringName ,
843844 @" team" : kIBGTeamStringName ,
844845 @" recordingMessageToHoldText" : kIBGRecordingMessageToHoldTextStringName ,
You can’t perform that action at this time.
0 commit comments