Change label for Member.person to "Account Holder"

probably should rename table column etc. too but that can wait
This commit is contained in:
Lance Edgar 2023-06-11 15:42:14 -05:00
parent edd5d49e36
commit 5f4d393db3
2 changed files with 2 additions and 1 deletions

View file

@ -103,6 +103,7 @@ class MemberView(MasterView):
labels = {
'id': "ID",
'person': "Account Holder",
}
grid_columns = [