diff --git a/BTCPayServer/Views/Server/Files.cshtml b/BTCPayServer/Views/Server/Files.cshtml index c0407d6bf..8fb1a2007 100644 --- a/BTCPayServer/Views/Server/Files.cshtml +++ b/BTCPayServer/Views/Server/Files.cshtml @@ -12,7 +12,7 @@ choose your file storage service provider . - +

@@ -21,7 +21,7 @@ else {

Change your file storage service provider. - +

diff --git a/BTCPayServer/Views/Server/Policies.cshtml b/BTCPayServer/Views/Server/Policies.cshtml index 66009103c..360099639 100644 --- a/BTCPayServer/Views/Server/Policies.cshtml +++ b/BTCPayServer/Views/Server/Policies.cshtml @@ -19,7 +19,7 @@
- + @@ -50,7 +50,7 @@ } - + @@ -107,7 +107,7 @@
- + diff --git a/BTCPayServer/Views/Shared/Bitcoin/ViewBitcoinLikePaymentData.cshtml b/BTCPayServer/Views/Shared/Bitcoin/ViewBitcoinLikePaymentData.cshtml index e170ae4a4..754b959eb 100644 --- a/BTCPayServer/Views/Shared/Bitcoin/ViewBitcoinLikePaymentData.cshtml +++ b/BTCPayServer/Views/Shared/Bitcoin/ViewBitcoinLikePaymentData.cshtml @@ -63,7 +63,7 @@ { Network Fee - + diff --git a/BTCPayServer/Views/Shared/_Layout.cshtml b/BTCPayServer/Views/Shared/_Layout.cshtml index 354dd9092..eed6c96dc 100644 --- a/BTCPayServer/Views/Shared/_Layout.cshtml +++ b/BTCPayServer/Views/Shared/_Layout.cshtml @@ -122,7 +122,7 @@ - BTCPay is expecting you to access this website from @(Env.ExpectedProtocol)://@(Env.ExpectedHost)/. If you use a reverse proxy, please set the X-Forwarded-Proto header to @(Env.ExpectedProtocol) (More information) + BTCPay is expecting you to access this website from @(Env.ExpectedProtocol)://@(Env.ExpectedHost)/. If you use a reverse proxy, please set the X-Forwarded-Proto header to @(Env.ExpectedProtocol) (More information)
@if (!Env.IsSecure) { diff --git a/BTCPayServer/Views/Stores/ImportWallet/Xpub.cshtml b/BTCPayServer/Views/Stores/ImportWallet/Xpub.cshtml index 3a3d35546..348964de0 100644 --- a/BTCPayServer/Views/Stores/ImportWallet/Xpub.cshtml +++ b/BTCPayServer/Views/Stores/ImportWallet/Xpub.cshtml @@ -15,7 +15,7 @@

@ViewData["Title"]

This key, also called "xpub", is used to generate individual destination addresses for your invoices. - +

diff --git a/BTCPayServer/Views/Stores/UpdateStore.cshtml b/BTCPayServer/Views/Stores/UpdateStore.cshtml index 333a4f2a3..c40590262 100644 --- a/BTCPayServer/Views/Stores/UpdateStore.cshtml +++ b/BTCPayServer/Views/Stores/UpdateStore.cshtml @@ -189,13 +189,13 @@
- +
- + diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index 5b5d82395..554e85179 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -62,7 +62,7 @@

If BTCPay Server shows you an invalid balance, rescan your wallet.
- If some transactions appear in BTCPay Server, but are missing in another wallet, follow these instructions. + If some transactions appear in BTCPay Server, but are missing in another wallet, follow these instructions.

@if (Model.Transactions.Any()) diff --git a/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores.json b/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores.json index 4ee35ca2d..91b651d30 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores.json @@ -411,7 +411,7 @@ }, "NetworkFeeMode": { "type": "string", - "description": "Check whether network fee should be added to the invoice if on-chain payment is used. ([More information](https://docs.btcpayserver.org/FAQ/FAQ-Stores/#add-network-fee-to-invoice-vary-with-mining-fees))", + "description": "Check whether network fee should be added to the invoice if on-chain payment is used. ([More information](https://docs.btcpayserver.org/FAQ/Stores/#add-network-fee-to-invoice-vary-with-mining-fees))", "x-enumNames": [ "MultiplePaymentsOnly", "Always",