Show a proper error message to user when he is not allowed to create a new element using a StructuralEntityType

This fixes issue #391
This commit is contained in:
Jan Böhmer 2023-10-15 01:29:19 +02:00
parent f53c98312e
commit 7a2928e202
3 changed files with 45 additions and 7 deletions

View file

@ -11801,5 +11801,11 @@ Please note, that you can not impersonate a disabled user. If you try you will g
<target>Ends with</target>
</segment>
</unit>
<unit id="SgLdhCl" name="entity.select.creating_new_entities_not_allowed">
<segment>
<source>entity.select.creating_new_entities_not_allowed</source>
<target>You are not allowed to create new entities of this type! Please choose a pre-existing one.</target>
</segment>
</unit>
</file>
</xliff>