As an editor, I want to easily identify what EntitySchema is being referred to in a statement.
Problem
Currently when statements are made using the new EntitySchema datatype the EntitySchema is only displayed by the ID, making it difficult for user to understand what the EntitySchema is for.
To make EntitySchemas more legible for users, we would like to display them by their label and replicate the format that is used for Items i.e. "Label"
Screenshot
How EntitySchemas are currently displayed in statements:
How Items are displayed:
BDD
GIVEN an EntitySchema
WHEN it is referred to in a statement
THEN it is shown as "Label"
Acceptance criteria:
- the EntitySchema is shown with its label when referred to in statements
- the language of the label follows the UI language
Notes
- Language fallback will be done for this in T330491