summaryrefslogtreecommitdiff
path: root/Shop/Checkout/PersonalInfo
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-12 18:30:01 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-12 18:30:01 +0800
commit2127dd61cda7dcb65b4edd51556158a8e79b0795 (patch)
tree0ccdd70c8b925b4a298bfcb1402917c986054a1b /Shop/Checkout/PersonalInfo
parent89fcfe5ec1073fd374a8bae3d8457bebd96453c8 (diff)
Just use (BS) Label now instead of Body
Diffstat (limited to 'Shop/Checkout/PersonalInfo')
-rw-r--r--Shop/Checkout/PersonalInfo/PaymentMethod/NetBanking.ui.qml13
1 files changed, 7 insertions, 6 deletions
diff --git a/Shop/Checkout/PersonalInfo/PaymentMethod/NetBanking.ui.qml b/Shop/Checkout/PersonalInfo/PaymentMethod/NetBanking.ui.qml
index 8200de1..a776ee0 100644
--- a/Shop/Checkout/PersonalInfo/PaymentMethod/NetBanking.ui.qml
+++ b/Shop/Checkout/PersonalInfo/PaymentMethod/NetBanking.ui.qml
@@ -2,14 +2,13 @@ import QtQuick 2.15
import QtQuick.Controls 2.15
import QtQuick.Layouts 1.15
import Eduport 1.4
-import "../../../../Label"
ColumnLayout {
property alias banks: banks
- Body {
- text:
- qsTr("Pay with Net Banking")
+ Label {
+ text: qsTr("Pay with Net Banking")
+ wrapMode: Label.Wrap
Layout.fillWidth: true
Layout.rightMargin: 16
Layout.leftMargin: 16
@@ -19,13 +18,15 @@ ColumnLayout {
ColumnLayout {
Layout.margins: 16
- Body {
+ Label {
text: qsTr("In order to complete your transaction, we will transfer you over to Eduport secure servers.")
+ wrapMode: Label.Wrap
Layout.fillWidth: true
}
- Body {
+ Label {
text: qsTr("Select your bank from the drop-down list and click proceed to continue with your payment.")
+ wrapMode: Label.Wrap
Layout.fillWidth: true
}