From e0b561b12a16ddc5d3b42e569f77a12590c81f4e Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Mon, 7 Dec 2020 20:16:51 -0800 Subject: [PATCH] Update new pull payment page heading --- BTCPayServer/Views/Wallets/NewPullPayment.cshtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Wallets/NewPullPayment.cshtml b/BTCPayServer/Views/Wallets/NewPullPayment.cshtml index b178373bb..0b6de6c66 100644 --- a/BTCPayServer/Views/Wallets/NewPullPayment.cshtml +++ b/BTCPayServer/Views/Wallets/NewPullPayment.cshtml @@ -1,8 +1,7 @@ @model NewPullPaymentModel @{ Layout = "../Shared/_NavLayout.cshtml"; - ViewData["Title"] = "Manage pull payments"; - ViewData.SetActivePageAndTitle(WalletsNavPages.PullPayments); + ViewData["Title"] = "New pull payment"; }