Merge gui_request_payment_label-0.19

This commit is contained in:
Luke Dashjr 2025-03-05 03:27:08 +00:00
commit 11a5aae734
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ AddressBookPage::AddressBookPage(const PlatformStyle *platformStyle, Mode _mode,
ui->newAddress->setVisible(true); ui->newAddress->setVisible(true);
break; break;
case ReceivingTab: case ReceivingTab:
ui->labelExplanation->setText(tr("These are your Bitcoin addresses for receiving payments. Use the 'Create new receiving address' button in the receive tab to create new addresses.")); ui->labelExplanation->setText(tr("These are your Bitcoin addresses for receiving payments. Use the 'Request payment' button in the receive tab to create new addresses."));
ui->deleteAddress->setVisible(false); ui->deleteAddress->setVisible(false);
ui->newAddress->setVisible(false); ui->newAddress->setVisible(false);
break; break;

View File

@ -108,7 +108,7 @@
</size> </size>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Create new receiving address</string> <string>&amp;Request payment</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../bitcoin.qrc"> <iconset resource="../bitcoin.qrc">