diff --git a/application/Espo/Resources/i18n/en_US/EntityManager.json b/application/Espo/Resources/i18n/en_US/EntityManager.json index a04cc07177..b83051ec47 100644 --- a/application/Espo/Resources/i18n/en_US/EntityManager.json +++ b/application/Espo/Resources/i18n/en_US/EntityManager.json @@ -109,6 +109,6 @@ "entityType": "Base Plus - has Activities, History and Tasks panels.\n\nEvent - available in Calendar and Activities panel.", "countDisabled": "Total number won't be displayed on the list view. Can decrease loading time when the DB table is big.", "fullTextSearch": "Running rebuild is required.", - "linkParamReadOnly": "A read-only link cannot be edited via the *link* and *unlink* API requests. It won't be possible to manipulate related records via the relationship panel. It still possible to edit the link via the link-multiple field." + "linkParamReadOnly": "A read-only link cannot be edited via the *link* and *unlink* API requests. It won't be possible to relate and unrelate records via the relationship panel. It still possible to edit read-only links via link and link-multiple fields." } } diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index e38be0aff1..eb8dbb297f 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -1128,7 +1128,7 @@ }, "readOnly": { "type": "boolean", - "description": "Read-only links cannot be edited via link and unlink requests. But they can be edited via the link-multiple field." + "description": "Read-only links cannot be edited via link and unlink requests. But they can be edited via link and link-multiple fields." }, "layoutRelationshipsDisabled": { "type": "boolean",