mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
Consistent use of page title on Pay Button page
This commit is contained in:
parent
a127b13db1
commit
3bca3427eb
@ -2,7 +2,7 @@
|
||||
@{
|
||||
Layout = "../Shared/_NavLayout.cshtml";
|
||||
ViewData.SetActivePageAndTitle(StoreNavPages.PayButton);
|
||||
ViewBag.MainTitle = "Pay Button";
|
||||
ViewData["Title"] = "Pay Button";
|
||||
}
|
||||
|
||||
<div class="container" id="payButtonCtrl">
|
||||
|
Loading…
Reference in New Issue
Block a user