+
@if (!string.IsNullOrEmpty(Model.SigningContext?.PayJoinBIP21))
{
@@ -88,33 +50,8 @@ else
}
else
{
-
+
}
}
-
-
- Show export options
-
-
-
-
Export PSBT for signing
-
-
-
Raw version
-
@Model.Decoded
-
@Model.PSBT
-
-
-
-
diff --git a/BTCPayServer/Views/Wallets/WalletPSBTExport.cshtml b/BTCPayServer/Views/Wallets/WalletPSBTExport.cshtml
index 1305c225c..33a4198ca 100644
--- a/BTCPayServer/Views/Wallets/WalletPSBTExport.cshtml
+++ b/BTCPayServer/Views/Wallets/WalletPSBTExport.cshtml
@@ -2,20 +2,24 @@
@addTagHelper *, BundlerMinifier.TagHelpers
@{
Layout = "_LayoutWizard";
- ViewData.SetActivePageAndTitle(WalletsNavPages.PSBT, "PSBT Signing", Context.GetStoreData().StoreName);
+ ViewData.SetActivePageAndTitle(WalletsNavPages.PSBT, "Transaction Signing", Context.GetStoreData().StoreName);
}
@section PageHeadContent {
+
}
@section PageFootContent {
+