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
|
||||
property string text_help
|
||||
|
||||
title: qsTr('Export Transaction')
|
||||
title: qsTr('Share Transaction')
|
||||
|
||||
parent: Overlay.overlay
|
||||
modal: true
|
||||
|
||||
@@ -377,7 +377,7 @@ Pane {
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredWidth: 1
|
||||
icon.source: '../../icons/qrcode_white.png'
|
||||
text: qsTr('Export')
|
||||
text: qsTr('Share')
|
||||
onClicked: {
|
||||
var dialog = exportTxDialog.createObject(root, { txdetails: txdetails })
|
||||
dialog.open()
|
||||
|
||||
Reference in New Issue
Block a user