@model LightningWalletServices @{ ViewData.SetLayoutModel(new LayoutModel(nameof(ServerNavPages.Services), Model.WalletName) .SetCategory(WellKnownCategories.Server)); ViewData.SetBreadcrumbs([new(StringLocalizer["Services"], Action: nameof(BTCPayServer.Controllers.UIServerController.Services))]); }
You can go to @Model.WalletName from your browser by clicking here
@StringLocalizer["You can use QR Code to connect to your {0} from your mobile.", Model.WalletName]