Field label is not human readable in UI while generating model from Maria DB

I imported few tables from my existing Database. when i browse the views, the field headers are similar to database schema name and did not convert to sentence case. Ex customer name shows as 'databaseName.customerName instead of ‘Customer Name’. have anyone faced similar issue? kindly share if any solution available.

Hi @mkmanic5!

Thanks for reporting the issue, it will be included in the next release.
Workaround: You can create a localized message of the entity attribute manually.

  1. Open the ‘messages.properties’ file next to your entities (modules/global/src/…/entity/messages.properties)
  2. Add messages for the attribute in the format:
    {EntityName}.{AttributeName} = {MessageValue}

See: Entity and Attributes Names Localization
Issue: https://youtrack.cuba-platform.com/issue/STUDIO-4449