@using BTCPayServer.Abstractions.Models @model WalletLabelsModel @{ var walletId = Context.GetRouteValue("walletId").ToString(); ViewData.SetActivePage(WalletsNavPages.Settings, $"{Model.WalletId.CryptoCode} Wallet Labels", walletId); } @section PageFootContent { }
| Label | Actions |
|---|---|
|
@label.Label
|
There are no custom labels yet. You can create custom labels by assigning them to your transactions.
}