diff --git a/frontend/src/components/ArrayInput.vue b/frontend/src/components/ArrayInput.vue index 09587c9d..d63206b0 100644 --- a/frontend/src/components/ArrayInput.vue +++ b/frontend/src/components/ArrayInput.vue @@ -11,7 +11,7 @@
- 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." }