diff --git a/BTCPayServer.Tests/UnitTest1.cs b/BTCPayServer.Tests/UnitTest1.cs index ca29fccd5..1b90ed83c 100644 --- a/BTCPayServer.Tests/UnitTest1.cs +++ b/BTCPayServer.Tests/UnitTest1.cs @@ -3130,7 +3130,6 @@ namespace BTCPayServer.Tests var envMock = tester.PayTester.GetService(); // modifying environment to simulate production - envMock.NetworkType = NetworkType.Mainnet; envMock.Environment.EnvironmentName = "Production"; var notificationSender = tester.PayTester.GetService(); diff --git a/BTCPayServer/Services/PoliciesSettings.cs b/BTCPayServer/Services/PoliciesSettings.cs index 39793ad46..a2305e671 100644 --- a/BTCPayServer/Services/PoliciesSettings.cs +++ b/BTCPayServer/Services/PoliciesSettings.cs @@ -24,7 +24,7 @@ namespace BTCPayServer.Services public bool AllowHotWalletForAll { get; set; } [Display(Name = "Allow non-admins to import their hot wallets to the node wallet")] public bool AllowHotWalletRPCImportForAll { get; set; } - [Display(Name = "Check releases on GitHub and alert when new BTCPayServer versions is available")] + [Display(Name = "Check releases on GitHub and alert when new BTCPayServer version is available")] public bool CheckForNewVersions { get; set; } [Display(Name = "Display app on website root")] diff --git a/BTCPayServer/Views/Server/Policies.cshtml b/BTCPayServer/Views/Server/Policies.cshtml index f28c0e2d8..a097216ec 100644 --- a/BTCPayServer/Views/Server/Policies.cshtml +++ b/BTCPayServer/Views/Server/Policies.cshtml @@ -42,6 +42,11 @@ +
+ + + +