Hi there,
If there a way to replace the labels on registration form, like Zone -> State, ZIP code to Post Code, VAT number to VAT/GST etc.
I've searched through the model files, couldn't find what I'm looking for. probably I don't really know where to find.

Cheers!
If there a way to replace the labels on registration form, like Zone -> State, ZIP code to Post Code, VAT number to VAT/GST etc.
I've searched through the model files, couldn't find what I'm looking for. probably I don't really know where to find.
Code:
<?php echo $form->labelEx($company, 'zone_id'); ?>

Cheers!