From 8c9aa589c8cb0ab070424a463938aa1345a92ff0 Mon Sep 17 00:00:00 2001 From: Denio Date: Fri, 8 Nov 2019 17:36:17 +0100 Subject: [PATCH] change 'Sent' to 'send' in transaction tab --- src/controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller.cpp b/src/controller.cpp index 24476e7..ffc6520 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -409,7 +409,7 @@ void Controller::refreshTransactions() { } txdata.push_back(TransactionItem{ - "Sent", datetime, address, txid,confirmations, items + "send", datetime, address, txid,confirmations, items }); } else { // Incoming Transaction