From e284c2e3491328e4772811551d1f8b523f7fa177 Mon Sep 17 00:00:00 2001 From: w0wz0rz Date: Mon, 22 Feb 2021 20:29:31 +0000 Subject: [PATCH] Rename CCS tab to WFS --- src/mainwindow.ui | 2 +- src/model/CCSModel.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: