@@ -171,6 +171,7 @@ static void registerCustomTextPlaceHolderKeysArgs(Map<String, Object> args) {
171171 args .put ("invalidCommentMessage" , InstabugCustomTextPlaceHolder .Key .INVALID_COMMENT_MESSAGE );
172172 args .put ("invocationHeader" , InstabugCustomTextPlaceHolder .Key .INVOCATION_HEADER );
173173 args .put ("startChats" , InstabugCustomTextPlaceHolder .Key .START_CHATS );
174+ args .put ("reportQuestion" , InstabugCustomTextPlaceHolder .Key .REPORT_QUESTION );
174175 args .put ("reportBug" , InstabugCustomTextPlaceHolder .Key .REPORT_BUG );
175176 args .put ("reportFeedback" , InstabugCustomTextPlaceHolder .Key .REPORT_FEEDBACK );
176177 args .put ("emailFieldHint" , InstabugCustomTextPlaceHolder .Key .EMAIL_FIELD_HINT );
@@ -183,8 +184,6 @@ static void registerCustomTextPlaceHolderKeysArgs(Map<String, Object> args) {
183184 args .put ("conversationsListTitle" , InstabugCustomTextPlaceHolder .Key .CONVERSATIONS_LIST_TITLE );
184185 args .put ("audioRecordingPermissionDenied" , InstabugCustomTextPlaceHolder .Key .AUDIO_RECORDING_PERMISSION_DENIED );
185186 args .put ("conversationTextFieldHint" , InstabugCustomTextPlaceHolder .Key .CONVERSATION_TEXT_FIELD_HINT );
186- // args.put("bugReportHeader", InstabugCustomTextPlaceHolder.Key.BUG_REPORT_HEADER);
187- // args.put("feedbackReportHeader", InstabugCustomTextPlaceHolder.Key.FEEDBACK_REPORT_HEADER);
188187 args .put ("voiceMessagePressAndHoldToRecord" , InstabugCustomTextPlaceHolder .Key .VOICE_MESSAGE_PRESS_AND_HOLD_TO_RECORD );
189188 args .put ("voiceMessageReleaseToAttach" , InstabugCustomTextPlaceHolder .Key .VOICE_MESSAGE_RELEASE_TO_ATTACH );
190189 args .put ("reportSuccessfullySent" , InstabugCustomTextPlaceHolder .Key .REPORT_SUCCESSFULLY_SENT );
0 commit comments