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." } }