mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Subtle term change in Awaiting-payout-notification
This commit is contained in:
parent
3dbb8a0cc1
commit
ea9836a701
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace BTCPayServer.Services.Notifications.Blobs
|
|||
public override string NotificationType => "payout";
|
||||
protected override void FillViewModel(PayoutNotification notification, NotificationViewModel vm)
|
||||
{
|
||||
vm.Body = "A new payout is awaiting for payment";
|
||||
vm.Body = "A new payout is awaiting for approval";
|
||||
vm.ActionLink = _linkGenerator.GetPathByAction(nameof(WalletsController.Payouts),
|
||||
"Wallets",
|
||||
new { walletId = new WalletId(notification.StoreId, notification.PaymentMethod) }, _options.RootPath);
|
||||
|
|
Loading…
Add table
Reference in a new issue