@model WalletLabelsModel @{ var walletId = Context.GetRouteValue("walletId").ToString(); var cryptoCode = Model.WalletId.CryptoCode; ViewData.SetLayoutModel(new LayoutModel($"{nameof(WalletsNavPages.Settings)}-{cryptoCode}", StringLocalizer["{0} Wallet Labels", Model.WalletId.CryptoCode]) .SetCategory(WellKnownCategories.ForWallet(cryptoCode))); } @section PageFootContent { }
| Label | Actions |
|---|---|
|
@label.Label
|
Addresses |
@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 })]
}