- Long syntax is not supported here. Please use the YAML editor.
+ {{ $t("LongSyntaxNotSupported") }}
diff --git a/frontend/src/lang/en.json b/frontend/src/lang/en.json
index f05ac32a..93bf53a1 100644
--- a/frontend/src/lang/en.json
+++ b/frontend/src/lang/en.json
@@ -111,5 +111,6 @@
"agentAddedSuccessfully": "Agent added successfully.",
"agentRemovedSuccessfully": "Agent removed successfully.",
"removeAgent": "Remove Agent",
- "removeAgentMsg": "Are you sure you want to remove this agent?"
+ "removeAgentMsg": "Are you sure you want to remove this agent?",
+ "LongSyntaxNotSupported": "Long syntax is not supported here. Please use the YAML editor."
}