Skip to content

Commit

Permalink
Replace "date" with "block" in proposal tab
Browse files Browse the repository at this point in the history
Signed-off-by: cevap <dev@i2pmail.org>
  • Loading branch information
Warrows authored and Cevap Master committed Dec 25, 2018
1 parent fc07ba0 commit 9ed2968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/proposaltablemodel.cpp
Expand Up @@ -39,7 +39,7 @@ static int column_alignments[] = {

ProposalTableModel::ProposalTableModel(QObject *parent) : QAbstractTableModel(parent)
{
columns << tr("Proposal") << tr("Amount") << tr("Start Date") << tr("End Date") << tr("Yes") << tr("No") << tr("Abstain") << tr("Percentage");
columns << tr("Proposal") << tr("Amount") << tr("Start Block") << tr("End Block") << tr("Yes") << tr("No") << tr("Abstain") << tr("Percentage");

networkManager = new QNetworkAccessManager(this);

Expand Down

0 comments on commit 9ed2968

Please sign in to comment.