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