aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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