Video tutorials
diff --git a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml
index aa596e9fc..e73067e82 100644
--- a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml
+++ b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml
@@ -42,14 +42,30 @@
-
- @foreach (var crypto in Model.AvailableCryptos)
- {
-
-
-
- }
-
+ @if (Model.AvailableCryptos.Count > 1)
+ {
+
+
![]()
+
{{srvModel.paymentMethodName}} ({{srvModel.cryptoCode}})
+
⚡
+
+
+
+ }
diff --git a/BTCPayServer/Views/Invoice/Checkout.cshtml b/BTCPayServer/Views/Invoice/Checkout.cshtml
index 26268045f..1ef0a6909 100644
--- a/BTCPayServer/Views/Invoice/Checkout.cshtml
+++ b/BTCPayServer/Views/Invoice/Checkout.cshtml
@@ -20,12 +20,15 @@
+
-
- @if(Model.CustomCSSLink != null)
+ @if (Model.CustomCSSLink != null)
{
}
+
+
diff --git a/BTCPayServer/Views/Shared/SyncModal.cshtml b/BTCPayServer/Views/Shared/SyncModal.cshtml
index aa456721a..dfc710b08 100644
--- a/BTCPayServer/Views/Shared/SyncModal.cshtml
+++ b/BTCPayServer/Views/Shared/SyncModal.cshtml
@@ -10,8 +10,8 @@
- Some of your nodes are still synching...
- BTCPay Server will not work correctly until it is over.
+ Some of your nodes are still synchronizing...
+ BTCPay Server will not create invoices with those cryptocurrencies.
@foreach (var line in dashboard.GetAll())
{
@@ -47,12 +47,12 @@
}
else if (line.Status.BitcoinStatus.IsSynched)
{
-
The node is synched (Height: @line.Status.BitcoinStatus.Headers)
+
The node is synchronized (Height: @line.Status.BitcoinStatus.Headers)
@if (line.Status.BitcoinStatus.IsSynched &&
line.Status.SyncHeight.HasValue &&
line.Status.SyncHeight.Value < line.Status.BitcoinStatus.Headers)
{
-
NBXplorer is synching... (Height: @line.Status.SyncHeight.Value)
+
NBXplorer is synchronizing... (Height: @line.Status.SyncHeight.Value)
}
}
else
diff --git a/BTCPayServer/Views/Shared/_Layout.cshtml b/BTCPayServer/Views/Shared/_Layout.cshtml
index 2af9e84cd..bc49c385d 100644
--- a/BTCPayServer/Views/Shared/_Layout.cshtml
+++ b/BTCPayServer/Views/Shared/_Layout.cshtml
@@ -61,6 +61,7 @@
}
Stores
Apps
+
Wallets
Invoices
My settings
@@ -78,9 +79,19 @@
+