diff --git a/src/qt/curecoinunits.cpp b/src/qt/curecoinunits.cpp
index 452dadd..69c7930 100644
--- a/src/qt/curecoinunits.cpp
+++ b/src/qt/curecoinunits.cpp
@@ -34,9 +34,9 @@ QString curecoinUnits::name(int unit)
{
switch(unit)
{
- case BTC: return QString("CUR");
- case mBTC: return QString("mCUR");
- case uBTC: return QString::fromUtf8("μCUR");
+ case BTC: return QString("CURE");
+ case mBTC: return QString("mCURE");
+ case uBTC: return QString::fromUtf8("μCURE");
default: return QString("???");
}
}
diff --git a/src/qt/forms/overviewpage.ui b/src/qt/forms/overviewpage.ui
index a85a85b..155ab3d 100644
--- a/src/qt/forms/overviewpage.ui
+++ b/src/qt/forms/overviewpage.ui
@@ -105,7 +105,7 @@
Your current balance
- 0 CUR
+ 0 CURE
Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse
@@ -134,7 +134,7 @@
Total of coins that was staked, and do not yet count toward the current balance
- 0 CUR
+ 0 CURE
Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse
@@ -163,7 +163,7 @@
Total of transactions that have yet to be confirmed, and do not yet count toward the current balance
- 0 CUR
+ 0 CURE
Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse
@@ -189,7 +189,7 @@
Mined balance that has not yet matured
- 0 CUR
+ 0 CURE
Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse
@@ -269,7 +269,7 @@
-
- The displayed information may be out of date. Your wallet automatically synchronizes with the curecoin network after a connection is established, but this process has not completed yet.
+ The displayed information may be out of date. Your wallet automatically synchronizes with the Curecoin network after a connection is established, but this process has not completed yet.
QLabel { color: red; }
diff --git a/src/qt/forms/sendcoinsdialog.ui b/src/qt/forms/sendcoinsdialog.ui
index 7cda233..1528867 100644
--- a/src/qt/forms/sendcoinsdialog.ui
+++ b/src/qt/forms/sendcoinsdialog.ui
@@ -158,7 +158,7 @@
IBeamCursor
- 123.456 CUR
+ 123.456 CURE
Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse