diff --git a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml index e1d4854a3..cb43ea0aa 100644 --- a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml +++ b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml @@ -124,7 +124,7 @@ {{srvModel.orderAmountFiat}} -
+
{{$t("Network Cost")}}
@@ -132,8 +132,8 @@ {{ srvModel.networkFee }} {{ srvModel.cryptoCode }} - - {{$t("txCount", {count: srvModel.txCountForFee})}} x {{ srvModel.networkFee }} {{ srvModel.cryptoCode }} + + {{$t("txCount", {count: srvModel.txCount})}} x {{ srvModel.networkFee }} {{ srvModel.cryptoCode }}