Skip to content

Commit be217a3

Browse files
committed
🐛 fix enums that were mapped incorrectly from the native modules
1 parent 5f6629d commit be217a3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

index.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,8 @@ const InstabugModule = {
12061206
russian: Instabug.localeRussian,
12071207
spanish: Instabug.localeSpanish,
12081208
swedish: Instabug.localeSwedish,
1209-
turkish: Instabug.localeTurkish
1209+
turkish: Instabug.localeTurkish,
1210+
korean: Instabug.localeKorean
12101211
},
12111212

12121213
/**
@@ -1291,22 +1292,22 @@ const InstabugModule = {
12911292
addExtraScreenshot: Instabug.addExtraScreenshot,
12921293
audioRecordingPermissionDeniedTitle: Instabug.audioRecordingPermissionDeniedTitle,
12931294
audioRecordingPermissionDeniedMessage: Instabug.audioRecordingPermissionDeniedMessage,
1294-
microphonePermissionAlertSettingsButtonText: Instabug.microphonePermissionAlertSettingsButtonText,
1295+
microphonePermissionAlertSettingsButtonText: Instabug.microphonePermissionAlertSettingsButtonTitle,
12951296
recordingMessageToHoldText: Instabug.recordingMessageToHoldText,
12961297
recordingMessageToReleaseText: Instabug.recordingMessageToReleaseText,
12971298
conversationsHeaderTitle: Instabug.conversationsHeaderTitle,
12981299
screenshotHeaderTitle: Instabug.screenshotHeaderTitle,
12991300
chatsNoConversationsHeadlineText: Instabug.chatsNoConversationsHeadlineText,
13001301
doneButtonText: Instabug.doneButtonText,
1301-
okButtonText: Instabug.okButtonText,
1302-
cancelButtonText: Instabug.cancelButtonText,
1302+
okButtonText: Instabug.okButtonTitle,
1303+
cancelButtonText: Instabug.cancelButtonTitle,
13031304
thankYouText: Instabug.thankYouText,
13041305
audio: Instabug.audio,
13051306
video: Instabug.video,
13061307
image: Instabug.image,
13071308
chatsHeaderTitle: Instabug.chatsHeaderTitle,
13081309
team: Instabug.team,
1309-
messageNotification: Instabug.messageNotification,
1310+
messagesNotification: Instabug.messagesNotification,
13101311
messagesNotificationAndOthers: Instabug.messagesNotificationAndOthers,
13111312
conversationTextFieldHint: Instabug.conversationTextFieldHint,
13121313
collectingDataText: Instabug.collectingDataText,

0 commit comments

Comments
 (0)