diff --git a/BTCPayServer/Views/Wallets/WalletSend.cshtml b/BTCPayServer/Views/Wallets/WalletSend.cshtml index 5e4a666ec..13bef1060 100644 --- a/BTCPayServer/Views/Wallets/WalletSend.cshtml +++ b/BTCPayServer/Views/Wallets/WalletSend.cshtml @@ -12,6 +12,11 @@ } @@ -23,7 +28,7 @@
-
+

@ViewData["PageTitle"]

@@ -163,15 +168,15 @@ @if (Model.RecommendedSatoshiPerByte.Any()) { -
- +
+ Confirm in the next -
+
@for (var index = 0; index < Model.RecommendedSatoshiPerByte.Count; index++) { var feeRateOption = Model.RecommendedSatoshiPerByte[index]; -