Rename CCS tab to WFS

This commit is contained in:
w0wz0rz 2021-02-22 20:29:31 +00:00
parent 675fe02cb1
commit e284c2e349
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>CCS</string>
<string>WFS</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_6">
<property name="leftMargin">

View File

@ -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: