1
0

qml: channel details dialog: clarify whether object is a channel or a channel backup

This commit is contained in:
ThomasV
2023-03-29 16:49:10 +02:00
parent a270bb5c43
commit 7fcf347eb0

View File

@@ -38,7 +38,7 @@ Pane {
Heading {
Layout.columnSpan: 2
text: qsTr('Channel details')
text: !channeldetails.isBackup ? qsTr('Lightning Channel') : qsTr('Channel Backup')
}
Label {