Change label for Member.person to "Account Holder"
probably should rename table column etc. too but that can wait
This commit is contained in:
parent
edd5d49e36
commit
5f4d393db3
2 changed files with 2 additions and 1 deletions
|
@ -103,6 +103,7 @@ class MemberView(MasterView):
|
|||
|
||||
labels = {
|
||||
'id': "ID",
|
||||
'person': "Account Holder",
|
||||
}
|
||||
|
||||
grid_columns = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue