diff --git a/BTCPayServer/Views/Server/LndServices.cshtml b/BTCPayServer/Views/Server/LndServices.cshtml index f1ade0177..04f6410d8 100644 --- a/BTCPayServer/Views/Server/LndServices.cshtml +++ b/BTCPayServer/Views/Server/LndServices.cshtml @@ -1,4 +1,4 @@ -@model LndServicesViewModel +@model LndServicesViewModel @{ ViewData.SetActivePageAndTitle(ServerNavPages.Services); } @@ -34,10 +34,10 @@