mirror of
https://github.com/frappe/lms.git
synced 2026-04-27 02:59:31 +03:00
fix: state _translatability
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
/>
|
||||
<FormControl :label="__('City')" v-model="billingDetails.city" />
|
||||
<FormControl
|
||||
:label="__('State')"
|
||||
:label="__('State/Province')"
|
||||
v-model="billingDetails.state"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user