How would I remove or replace table column names in securty tab

Silverstripe Version: 4

**Question: How would I remove or replace table column names with a custom field in the data extension: Members (that appear in the Security section of the CMS)

Ex: How would I change ‘Email’ to read ‘Email Address’?**

This was also asked in the public slack - I assume by you? The response was something along the lines of "use the $summary_fields configuration array or implement updateSummaryFields() in an Extension and apply the extension to the Member class.

Or if you only want to affect the one gridfield, find the extension hook that gives you the form or gridfield and update it from there.