From 11f5fff65d2b12ca47a0cf354dc49ab14846aa72 Mon Sep 17 00:00:00 2001 From: stroskler Date: Thu, 1 Feb 2024 18:51:57 +0000 Subject: [PATCH] docs(en): add missing new item adding `Friendly Name` to en.json --- frontend/src/lang/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/lang/en.json b/frontend/src/lang/en.json index 93bf53a1..286eddc3 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?", - "LongSyntaxNotSupported": "Long syntax is not supported here. Please use the YAML editor." + "LongSyntaxNotSupported": "Long syntax is not supported here. Please use the YAML editor.", + "Friendly Name": "Friendly Name" }