diff --git a/BTCPayServer/Models/StoreViewModels/UpdateCoinSwitchSettingsViewModel.cs b/BTCPayServer/Models/StoreViewModels/UpdateCoinSwitchSettingsViewModel.cs index 12e92a9d4..41d146451 100644 --- a/BTCPayServer/Models/StoreViewModels/UpdateCoinSwitchSettingsViewModel.cs +++ b/BTCPayServer/Models/StoreViewModels/UpdateCoinSwitchSettingsViewModel.cs @@ -10,7 +10,7 @@ namespace BTCPayServer.Models.StoreViewModels public string MerchantId { get; set; } public bool Enabled { get; set; } - [Display(Name = "Mode, Choose how to show CoinSwitch")] + [Display(Name = "Integration Mode")] public string Mode { get; set; } = "popup"; public List Modes { get; } = new List diff --git a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml index 1bae4d704..e9c046c45 100644 --- a/BTCPayServer/Views/Invoice/Checkout-Body.cshtml +++ b/BTCPayServer/Views/Invoice/Checkout-Body.cshtml @@ -310,8 +310,7 @@ +
+ + +
+
-
- - -
diff --git a/BTCPayServer/wwwroot/checkout/coinswitch.html b/BTCPayServer/wwwroot/checkout/coinswitch.html index a867463d2..e9dd6e509 100644 --- a/BTCPayServer/wwwroot/checkout/coinswitch.html +++ b/BTCPayServer/wwwroot/checkout/coinswitch.html @@ -4,6 +4,7 @@ CoinSwitch