As an editor, I want to easily understand what is behind a EntitySchema when looking at edit summaries.
Problem
Currently users looking at the edit summaries of Semantic Entities, EntitySchemas are shown by their ID instead of their label, making it difficult for users to understand what the EntitySchema is for.
To make EntitySchemas more legible for users, we would like to replicate the format that is used for Items i.e. "Label (ID)"
Screenshots
In the below screenshot (taken from Sandbox) you can see that Items and Properties are displayed as "Label (ID)" and EntitySchemas ase displayed as "EntitySchema:ID"
BDD
GIVEN an EntitySchema
WHEN it is listed in edit summaries
THEN it is shown as "Label (ID)"
Acceptance criteria:
- the EntitySchema is shown as "Label (ID)" in Edit summaries
- the language of the label follows the UI language