diff --git a/BTCPayServer.Tests/SeleniumTests.cs b/BTCPayServer.Tests/SeleniumTests.cs index c51c57da7..5cf19d7e4 100644 --- a/BTCPayServer.Tests/SeleniumTests.cs +++ b/BTCPayServer.Tests/SeleniumTests.cs @@ -301,8 +301,8 @@ namespace BTCPayServer.Tests await s.StartAsync(); var alice = s.RegisterNewUser(); var storeData = s.CreateNewStore(); - var onchainHint = "A store requires a wallet to receive on-chain payments."; - var offchainHint = "A connection to a Lightning node is required if you want to receive Lightning payments."; + var onchainHint = "A store requires a wallet to receive payments. Set up your wallet."; + var offchainHint = "A connection to a Lightning node is required to receive Lightning payments."; // verify that hints are displayed on the store page Assert.True(s.Driver.PageSource.Contains(onchainHint), "Wallet hint not present"); diff --git a/BTCPayServer/Views/Stores/UpdateStore.cshtml b/BTCPayServer/Views/Stores/UpdateStore.cshtml index 37f627cdf..2dd9ff0d0 100644 --- a/BTCPayServer/Views/Stores/UpdateStore.cshtml +++ b/BTCPayServer/Views/Stores/UpdateStore.cshtml @@ -26,10 +26,9 @@ @if (Model.HintWallet) {
- +

- A store requires a wallet to receive on-chain payments. - Optionally, you can have a store that only receives Lightning payments, see the next section for more details. + A store requires a wallet to receive payments. Set up your wallet.