diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 1d9ac6e..884b712 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -132,7 +132,7 @@ - CCS + WFS diff --git a/src/model/CCSModel.cpp b/src/model/CCSModel.cpp index 6a02a46..cfad75b 100644 --- a/src/model/CCSModel.cpp +++ b/src/model/CCSModel.cpp @@ -76,7 +76,7 @@ QVariant CCSModel::headerData(int section, Qt::Orientation orientation, int role { switch(section) { case Title: - return QString("Community Crowdfunding Proposal"); + return QString("Wownero Funding System"); case Author: return QString("Author"); case Progress: