Change a Field label

I have fields in a model “first_name” and “last_name”. I’ve been asked to change these to “Given Name” and “Family Name”. This is a big app - can I set an alias in the model for a label, or do I need to update all the views with a label?

It is less hacky to just fix up the templates here.

1 Like