How to add a label in a case type view

I have a requirement to display messages in the form of labels. In Theme Cosmos, this can be done by adding a label field directly but in constellation, i cannot find a way to display only a label. In one of the OOTB views, this has been done. Screen shot is attached.

But when i try to modify the label or check its configuration, its throwing an error. Can someone please help if there is any OOTB way. Error screen shot.

@AMITKUMAR

you don’t get a direct “label” field like in Theme Cosmos. Instead, you can use a Text (read-only) field to show static messages or instructions. Go to your view in App Studio, add a new field of type Text, mark it as read-only, and give it a default value with the message you want to display. This will act like a label in your case type view. If you’re seeing errors when inspecting OOTB labels, it’s because those are internally configured components not exposed for editing. The recommended approach is to use a read-only text field or leverage annotation/helper text in the view configuration. This way you can achieve the same effect without breaking OOTB settings.