aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-04-28 15:11:58 -0500
committerluigi1111 <luigi1111w@gmail.com>2020-04-28 15:11:58 -0500
commiteae7eff9db1e1bfe54ea6822720532b301b49da0 (patch)
tree4b2b9a7cf1695fea6b2f6c1ad887cdccc7b8d84a /pages
parent585fb2810dc0d9b79255b9bd479559b36aa087d8 (diff)
parent81d5dd1cae614a6b659b487870335fc8af174853 (diff)
downloadmonzero-gui-eae7eff9db1e1bfe54ea6822720532b301b49da0.tar.gz
monzero-gui-eae7eff9db1e1bfe54ea6822720532b301b49da0.tar.xz
monzero-gui-eae7eff9db1e1bfe54ea6822720532b301b49da0.zip
Merge pull request #2844
81d5dd1 Transfer: add offline transaction signing info in send button warning (rating89us)
Diffstat (limited to 'pages')
-rw-r--r--pages/Transfer.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/Transfer.qml b/pages/Transfer.qml
index 01ecdc87..a82d6ebe 100644
--- a/pages/Transfer.qml
+++ b/pages/Transfer.qml
@@ -56,8 +56,8 @@ Rectangle {
property string sendButtonWarning: {
// Currently opened wallet is not view-only
if (appWindow.viewOnly) {
- return qsTr("Wallet is view-only and sends are not possible. Unless key images are imported, " +
- "the balance reflects only incoming but not outgoing transactions.") + translationManager.emptyString;
+ return qsTr("Wallet is view-only and sends are only possible by using offline transaction signing. " +
+ "Unless key images are imported, the balance reflects only incoming but not outgoing transactions.") + translationManager.emptyString;
}
// There are sufficient unlocked funds available