I'm working on creating a new custom post type (using the register_post_type() function), and I was wondering if it's possible to modify the names of items that appear on the post edit screen. For instance, I want to use the "Author" attribute, but I'd like to rename it to something like "Team Member". Is it possible to do this? Is this just a matter of attaching some sort of translation filter whenever someone creates a new item or edits an existing item within this post type?
Any links or advice would be appreciated. Thank you.