mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 84adc79e10 into merged_master (Bitcoin PR #15829)
This commit is contained in:
commit
e901c265e3
2 changed files with 2 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ AddressBookPage::AddressBookPage(const PlatformStyle *platformStyle, Mode _mode,
|
|||
ui->newAddress->setVisible(true);
|
||||
break;
|
||||
case ReceivingTab:
|
||||
ui->labelExplanation->setText(tr("These are your %1 addresses for receiving payments. It is recommended to use a new receiving address for each transaction.").arg("Liquid"));
|
||||
ui->labelExplanation->setText(tr("These are your %1 addresses for receiving payments. Use the 'Create new receiving address' button in the receive tab to create new addresses.").arg("Liquid"));
|
||||
ui->deleteAddress->setVisible(false);
|
||||
ui->newAddress->setVisible(false);
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@
|
|||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Request payment</string>
|
||||
<string>&Create new receiving address</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../bitcoin.qrc">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue