From 9d8b2364ccc7ef153c629c648b829b6a768a267b Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Wed, 22 May 2019 15:44:45 -0700 Subject: [PATCH] Update table title --- src/turnstile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/turnstile.cpp b/src/turnstile.cpp index 0c25bc2..f7625dc 100644 --- a/src/turnstile.cpp +++ b/src/turnstile.cpp @@ -437,7 +437,7 @@ void Turnstile::showZcashdMigration(MainWindow* parent) { MigrationTxns::MigrationTxns(QTableView *parent, QList txids) : QAbstractTableModel(parent) { - headers << tr("Txid"); + headers << tr("Migration Txids"); this->txids = txids; }