Skip to content

Commit

Permalink
Merge 84adc79 into merged_master (Bitcoin PR #15829)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Oct 28, 2020
2 parents e1b0ebf + 84adc79 commit e901c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qt/addressbookpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/qt/forms/receivecoinsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</size>
</property>
<property name="text">
<string>&amp;Request payment</string>
<string>&amp;Create new receiving address</string>
</property>
<property name="icon">
<iconset resource="../bitcoin.qrc">
Expand Down

0 comments on commit e901c26

Please sign in to comment.