mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-05 10:29:27 +00:00
Receive: 'Generate subaddress' -> 'Create new address'
This commit is contained in:
parent
86574abd94
commit
7862063361
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="btn_generateSubaddress">
|
<widget class="QPushButton" name="btn_generateSubaddress">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Generate Subaddress</string>
|
<string>Create new address</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in a new issue