Updated contacts’ table heading to read Contact instead of Customer

This commit is contained in:
jordi fita mas 2023-06-20 11:34:00 +02:00
parent 07c1071975
commit de2a2f5912
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<table> <table>
<thead> <thead>
<tr> <tr>
<th>{{( pgettext "Customer" "title" )}}</th> <th>{{( pgettext "Contact" "title" )}}</th>
<th>{{( pgettext "Email" "title" )}}</th> <th>{{( pgettext "Email" "title" )}}</th>
<th>{{( pgettext "Phone" "title" )}}</th> <th>{{( pgettext "Phone" "title" )}}</th>
<th>{{( pgettext "Tags" "title" )}}</th> <th>{{( pgettext "Tags" "title" )}}</th>