diff --git a/src/configurations/destinations/http/ui-config.json b/src/configurations/destinations/http/ui-config.json index e0ba4c2fd..1d298a625 100644 --- a/src/configurations/destinations/http/ui-config.json +++ b/src/configurations/destinations/http/ui-config.json @@ -477,7 +477,8 @@ } ], "default": [], - "configKey": "pathParams" + "configKey": "pathParams", + "addButtonLabel": "Add path parameter" }, { "type": "mapping", @@ -486,6 +487,7 @@ "configKey": "queryParams", "default": [], "separatorIcon": "colon", + "addButtonLabel": "Add query parameter", "columns": [ { "type": "textInput", @@ -517,6 +519,7 @@ "configKey": "headers", "default": [], "separatorIcon": "colon", + "addButtonLabel": "Add header", "columns": [ { "type": "textInput", @@ -570,6 +573,7 @@ "note": "Build your HTTP request payload using JSON path, then map the values from fields in the RudderStack payload(using JSON path) or constants.", "configKey": "propertiesMapping", "separatorIcon": "colon", + "addButtonLabel": "Add request mapping", "columns": [ { "type": "textInput",