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 e3d69090..2bc59198 100644
--- a/frontend/src/lang/en.json
+++ b/frontend/src/lang/en.json
@@ -112,5 +112,6 @@
"agentRemovedSuccessfully": "Agent removed successfully.",
"removeAgent": "Remove Agent",
"removeAgentMsg": "Are you sure you want to remove this agent?",
- "GlobalEnv": "Global .env"
+ "GlobalEnv": "Global .env",
+ "LongSyntaxNotSupported": "Long syntax is not supported here. Please use the YAML editor."
}