Skip to content

Commit 38ebd0f

Browse files
committed
Merge pull request #3699
ddcabae qt: Rename 'Confirmed' balance to 'Spendable' on overview page (Wladimir J. van der Laan)
2 parents 5c99323 + ddcabae commit 38ebd0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qt/forms/overviewpage.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<item row="0" column="0">
106106
<widget class="QLabel" name="label">
107107
<property name="text">
108-
<string>Confirmed:</string>
108+
<string>Available:</string>
109109
</property>
110110
</widget>
111111
</item>
@@ -137,7 +137,7 @@
137137
<item row="1" column="0">
138138
<widget class="QLabel" name="label_3">
139139
<property name="text">
140-
<string>Unconfirmed:</string>
140+
<string>Pending:</string>
141141
</property>
142142
</widget>
143143
</item>

0 commit comments

Comments
 (0)