From af528353a2f44c140578e90e8a995be632a59eec Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Fri, 3 Oct 2025 19:21:36 +0530 Subject: [PATCH] fix: escape --- app/javascript/dashboard/i18n/locale/en/integrations.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/javascript/dashboard/i18n/locale/en/integrations.json b/app/javascript/dashboard/i18n/locale/en/integrations.json index 6f099a905..b9148f7c5 100644 --- a/app/javascript/dashboard/i18n/locale/en/integrations.json +++ b/app/javascript/dashboard/i18n/locale/en/integrations.json @@ -786,7 +786,7 @@ }, "ENDPOINT_URL": { "LABEL": "Endpoint URL", - "PLACEHOLDER": "https://api.example.com/orders/{{ order_id }}", + "PLACEHOLDER": "https://api.example.com/orders/'{' order_id '}'", "ERROR": "Valid URL is required" }, "AUTH_TYPE": { @@ -836,11 +836,11 @@ }, "REQUEST_TEMPLATE": { "LABEL": "Request Body Template (Optional)", - "PLACEHOLDER": "{\n \"order_id\": \"{{ order_id }}\"\n}" + "PLACEHOLDER": "'{'\n \"order_id\": \"'{' order_id '}'\"\n'}'" }, "RESPONSE_TEMPLATE": { "LABEL": "Response Template (Optional)", - "PLACEHOLDER": "Order {{ order_id }} status: {{ status }}" + "PLACEHOLDER": "Order '{' order_id '}' status: '{' status '}'" }, "ERRORS": { "PARAM_NAME_REQUIRED": "Parameter name is required"