@@ -69,6 +69,7 @@ public ArrayList<T> getAll(ArrayList<String> keys) {
69
69
put ("reportBug" , Key .REPORT_BUG );
70
70
put ("reportFeedback" , Key .REPORT_FEEDBACK );
71
71
put ("conversationsHeaderTitle" , Key .CONVERSATIONS_LIST_TITLE );
72
+ put ("okButtonTitle" , Key .BUG_ATTACHMENT_DIALOG_OK_BUTTON );
72
73
put ("addVoiceMessage" , Key .ADD_VOICE_MESSAGE );
73
74
put ("addImageFromGallery" , Key .ADD_IMAGE_FROM_GALLERY );
74
75
put ("addExtraScreenshot" , Key .ADD_EXTRA_SCREENSHOT );
@@ -77,6 +78,10 @@ public ArrayList<T> getAll(ArrayList<String> keys) {
77
78
put ("recordingMessageToHoldText" , Key .VOICE_MESSAGE_PRESS_AND_HOLD_TO_RECORD );
78
79
put ("recordingMessageToReleaseText" , Key .VOICE_MESSAGE_RELEASE_TO_ATTACH );
79
80
put ("thankYouText" , Key .SUCCESS_DIALOG_HEADER );
81
+ put ("audio" , Key .CHATS_TYPE_AUDIO );
82
+ put ("image" , Key .CHATS_TYPE_IMAGE );
83
+ put ("screenRecording" , Key .CHATS_TYPE_VIDEO );
84
+ put ("messagesNotificationAndOthers" , Key .CHATS_MULTIPLE_MESSAGE_NOTIFICATION );
80
85
put ("videoPressRecord" , Key .VIDEO_RECORDING_FAB_BUBBLE_HINT );
81
86
put ("conversationTextFieldHint" , Key .CONVERSATION_TEXT_FIELD_HINT );
82
87
put ("thankYouAlertText" , Key .REPORT_SUCCESSFULLY_SENT );
@@ -111,6 +116,8 @@ public ArrayList<T> getAll(ArrayList<String> keys) {
111
116
put ("reproStepsListDescription" , Key .REPRO_STEPS_LIST_DESCRIPTION );
112
117
put ("reproStepsListEmptyStateDescription" , Key .REPRO_STEPS_LIST_EMPTY_STATE_DESCRIPTION );
113
118
put ("reproStepsListItemTitle" , Key .REPRO_STEPS_LIST_ITEM_NUMBERING_TITLE );
119
+
120
+ put ("insufficientContentMessage" , Key .COMMENT_FIELD_INSUFFICIENT_CONTENT );
114
121
}};
115
122
116
123
public static final ArgsMap <State > reproStepsModes = new ArgsMap <State >() {{
0 commit comments