Updated contacts’ table heading to read Contact instead of Customer
This commit is contained in:
parent
07c1071975
commit
de2a2f5912
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue