-
+
Copy Tor URL
diff --git a/BTCPayServer/Views/Account/Register.cshtml b/BTCPayServer/Views/Account/Register.cshtml
index c50395687..6016cf658 100644
--- a/BTCPayServer/Views/Account/Register.cshtml
+++ b/BTCPayServer/Views/Account/Register.cshtml
@@ -33,7 +33,7 @@
@if (env.OnionUrl != null)
{
-
+
Copy Tor URL
diff --git a/BTCPayServer/Views/Home/RecoverySeedBackup.cshtml b/BTCPayServer/Views/Home/RecoverySeedBackup.cshtml
index 519a3e53f..f9f12af33 100644
--- a/BTCPayServer/Views/Home/RecoverySeedBackup.cshtml
+++ b/BTCPayServer/Views/Home/RecoverySeedBackup.cshtml
@@ -46,7 +46,7 @@
Do not photograph it. Do not store it digitally.
- The recovery phrase will also be stored on a server as a hot wallet.
+ The recovery phrase will also be stored on the server as a hot wallet.
}
else
@@ -65,11 +65,18 @@
Please make sure to also write down your passphrase.
}
-
+ @if (Model.RequireConfirm)
+ {
+
+ }
+ else
+ {
+
Done
+ }
diff --git a/BTCPayServer/Views/Home/SwaggerDocs.cshtml b/BTCPayServer/Views/Home/SwaggerDocs.cshtml
index 094eb643e..dfd5742c5 100644
--- a/BTCPayServer/Views/Home/SwaggerDocs.cshtml
+++ b/BTCPayServer/Views/Home/SwaggerDocs.cshtml
@@ -8,7 +8,8 @@