I'd like to change the label and description of the is_superuser field in the Django admin.
I've seen this question asked before but this is not quite what I need.
What I want is change the 'Superuser status' string to something else and also change this string 'Designates that this user has all permissions without explicitly assigning them. '
Because this is the Django defined User class, I'm not sure 'verbose_name' would help. Or at least I don't know how to do it in that case.
Hope you guys can help.
Thanks for reading.