From 3d89e25349f41272fec94caa2a5d01caadc695e4 Mon Sep 17 00:00:00 2001 From: yuri Date: Mon, 5 Oct 2015 14:36:52 +0300 Subject: [PATCH] label --- application/Espo/Resources/i18n/en_US/EntityManager.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/Espo/Resources/i18n/en_US/EntityManager.json b/application/Espo/Resources/i18n/en_US/EntityManager.json index 8afa8f9b56..47d85cd980 100644 --- a/application/Espo/Resources/i18n/en_US/EntityManager.json +++ b/application/Espo/Resources/i18n/en_US/EntityManager.json @@ -39,6 +39,7 @@ }, "messages": { "entityCreated": "Entity has been created", - "linkAlreadyExists": "Link name conflict." + "linkAlreadyExists": "Link name conflict.", + "linkConflict": "Link with the same name already exists." } }