1
0

qml: (minor) change name of Amount field

This commit is contained in:
ThomasV
2023-03-23 15:55:25 +01:00
parent b2372f2d53
commit fe968cfb4b

View File

@@ -74,7 +74,7 @@ ElDialog {
}
Label {
text: qsTr('Request')
text: qsTr('Amount')
wrapMode: Text.WordWrap
Layout.rightMargin: constants.paddingXLarge
}