qml: relabel Export tx to Share
This commit is contained in:
@@ -15,7 +15,7 @@ ElDialog {
|
|||||||
// if text_qr is undefined text will be used
|
// if text_qr is undefined text will be used
|
||||||
property string text_help
|
property string text_help
|
||||||
|
|
||||||
title: qsTr('Export Transaction')
|
title: qsTr('Share Transaction')
|
||||||
|
|
||||||
parent: Overlay.overlay
|
parent: Overlay.overlay
|
||||||
modal: true
|
modal: true
|
||||||
|
|||||||
@@ -377,7 +377,7 @@ Pane {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredWidth: 1
|
Layout.preferredWidth: 1
|
||||||
icon.source: '../../icons/qrcode_white.png'
|
icon.source: '../../icons/qrcode_white.png'
|
||||||
text: qsTr('Export')
|
text: qsTr('Share')
|
||||||
onClicked: {
|
onClicked: {
|
||||||
var dialog = exportTxDialog.createObject(root, { txdetails: txdetails })
|
var dialog = exportTxDialog.createObject(root, { txdetails: txdetails })
|
||||||
dialog.open()
|
dialog.open()
|
||||||
|
|||||||
Reference in New Issue
Block a user