Issue #3545385: Fix wrong label for body slot in table component
Related to #3545385
Problem/Motivation
The table.component.yml
file incorrectly labels the body
slot with the title "Header".
This causes confusion and misrepresents the purpose of the slot.
Proposed resolution
Update the body
slot label from "Header" to "Body" in table.component.yml
so it is consistent with the intended usage.
Steps to test
- Enable the
ui_suite_daisyui
theme. - Add a table component that uses the
body
slot. - Confirm that the slot label now appears as "Body" instead of "Header".
Affected file
web/themes/contrib/ui_suite_daisyui/components/table/table.component.yml