qml: use Lightning, URI and Address for type names in ReceiveDialog
This commit is contained in:
@@ -118,7 +118,7 @@ ElDialog {
|
|||||||
spacing: constants.paddingLarge
|
spacing: constants.paddingLarge
|
||||||
Label {
|
Label {
|
||||||
id: bolt11label
|
id: bolt11label
|
||||||
text: qsTr('BOLT11')
|
text: qsTr('Lightning')
|
||||||
color: _bolt11 ? Material.foreground : constants.mutedForeground
|
color: _bolt11 ? Material.foreground : constants.mutedForeground
|
||||||
}
|
}
|
||||||
Rectangle {
|
Rectangle {
|
||||||
@@ -129,7 +129,7 @@ ElDialog {
|
|||||||
}
|
}
|
||||||
Label {
|
Label {
|
||||||
id: bip21label
|
id: bip21label
|
||||||
text: qsTr('BIP21')
|
text: qsTr('URI')
|
||||||
color: _bip21uri ? Material.foreground : constants.mutedForeground
|
color: _bip21uri ? Material.foreground : constants.mutedForeground
|
||||||
}
|
}
|
||||||
Rectangle {
|
Rectangle {
|
||||||
@@ -140,7 +140,7 @@ ElDialog {
|
|||||||
}
|
}
|
||||||
Label {
|
Label {
|
||||||
id: addresslabel
|
id: addresslabel
|
||||||
text: qsTr('ADDRESS')
|
text: qsTr('Address')
|
||||||
color: _address ? Material.foreground : constants.mutedForeground
|
color: _address ? Material.foreground : constants.mutedForeground
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user