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

@ -601,7 +601,7 @@
{{ member._key }}
</b-field>
<b-field horizontal label="Person">
<b-field horizontal label="Account Holder">
<a v-if="member.person_uuid != person.uuid"
:href="member.view_profile_url">
{{ member.person_display_name }}

View file

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