diff options
Diffstat (limited to 'CheckoutFlickable.ui.qml')
-rw-r--r-- | CheckoutFlickable.ui.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CheckoutFlickable.ui.qml b/CheckoutFlickable.ui.qml index 340904b..0897667 100644 --- a/CheckoutFlickable.ui.qml +++ b/CheckoutFlickable.ui.qml @@ -8,7 +8,7 @@ Flickable { property alias checkoutEmail: email property alias checkoutMobile: mobile property alias checkoutCountry: country - property alias checkoutState: state + property alias checkoutState: province property alias checkoutPostal: postal property alias checkoutAddress: address contentHeight: personal.height @@ -107,7 +107,7 @@ Flickable { Layout.fillWidth: true } TextField { - id: state + id: province placeholderText: qsTr("Select state") Layout.fillWidth: true } |