Change Invoice Labels - Currency and ABN

For anyone landing here, one solution to include prefixes is the following snippet of CSS

[data-ref=“client_details-client.vat_number”]::before {
content:"VAT: ";
}

This will prefix the vat_number with VAT:

Full selector list is here: