Table label is not following settings on dictionaryIssue Once the user has set a label for the table, it seems that the label is not being correctly associated with the table in the table list. ReleaseXanadu,YokohamaResolutionUpon closer examination, we discovered that a List Control (sys_ui_list_control) was found with its label explicitly set to 'X'. This specific configuration is causing the list title to display as 'x' on the list view. This behavior is due to the fact that the label attribute of the List Control is being used to determine the title of the list. By having the label set to 'X', the system is interpreting it as 'x' when rendering the list title. This insight allowed us to understand the root cause of the issue and take appropriate actions to modify the label if necessary.