diff --git a/src/configParamsJSON/reporterConfigParams.json b/src/configParamsJSON/reporterConfigParams.json index a53d71d..4650aad 100644 --- a/src/configParamsJSON/reporterConfigParams.json +++ b/src/configParamsJSON/reporterConfigParams.json @@ -228,6 +228,18 @@ "id": "reportButtonText", "defaultValue": "Report an incident", "express": true + }, + { + "type": "setting", + "id": "commentSubmittedMessage", + "defaultValue": "Comment submitted", + "express": true + }, + { + "type": "setting", + "id": "commentButtonText", + "defaultValue": "Comment", + "express": true } ] },