1
0

qml: relabel Export tx to Share

This commit is contained in:
Sander van Grieken
2023-03-09 15:19:33 +01:00
parent 0423970ae0
commit c6be2521ef
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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()