fix: state _translatability
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
/>
|
/>
|
||||||
<FormControl :label="__('City')" v-model="billingDetails.city" />
|
<FormControl :label="__('City')" v-model="billingDetails.city" />
|
||||||
<FormControl
|
<FormControl
|
||||||
:label="__('State')"
|
:label="__('State/Province')"
|
||||||
v-model="billingDetails.state"
|
v-model="billingDetails.state"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user