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 = {
987
987
audio : Instabug . audio ,
988
988
video : Instabug . video ,
989
989
image : Instabug . image ,
990
+ /**
991
+ * @deprecated use {@link Instabug.strings.conversationsHeaderTitle}
992
+ */
990
993
chatsHeaderTitle : Instabug . chatsHeaderTitle ,
991
994
team : Instabug . team ,
992
995
messagesNotification : Instabug . messagesNotification ,
Original file line number Diff line number Diff line change @@ -839,6 +839,7 @@ - (NSDictionary *)constantsToExport
839
839
@" audioRecordingPermissionDeniedTitle" : kIBGAudioRecordingPermissionDeniedTitleStringName ,
840
840
@" audioRecordingPermissionDeniedMessage" : kIBGAudioRecordingPermissionDeniedMessageStringName ,
841
841
@" microphonePermissionAlertSettingsButtonTitle" : kIBGMicrophonePermissionAlertSettingsButtonTitleStringName ,
842
+ @" conversationsHeaderTitle" : kIBGChatsTitleStringName ,
842
843
@" chatsHeaderTitle" : kIBGChatsTitleStringName ,
843
844
@" team" : kIBGTeamStringName ,
844
845
@" recordingMessageToHoldText" : kIBGRecordingMessageToHoldTextStringName ,
You can’t perform that action at this time.
0 commit comments