}
-
@if (ViewBag.ShowStores)
{
diff --git a/BTCPayServer/Views/Stores/ListTokens.cshtml b/BTCPayServer/Views/Stores/ListTokens.cshtml
index b87cee145..07ad0a5f6 100644
--- a/BTCPayServer/Views/Stores/ListTokens.cshtml
+++ b/BTCPayServer/Views/Stores/ListTokens.cshtml
@@ -18,10 +18,10 @@
-
@ViewData["PageTitle"]
+
@ViewData["PageTitle"]
- Create a new token
+ Create New Token
@@ -57,27 +57,27 @@
else
{
- There are no access tokens yet.
+ No access tokens yet.
}
-
Legacy API Keys
+
Legacy API Keys
Alternatively, you can use the invoice API by including the following HTTP Header in your requests:
Authorization: Basic @Model.EncodedApiKey
-
-
+
\ No newline at end of file
diff --git a/BTCPayServer/Views/Stores/RequestPairing.cshtml b/BTCPayServer/Views/Stores/RequestPairing.cshtml
index 0d0da048d..9b3a94262 100644
--- a/BTCPayServer/Views/Stores/RequestPairing.cshtml
+++ b/BTCPayServer/Views/Stores/RequestPairing.cshtml
@@ -1,12 +1,10 @@
@model PairingModel
@{
Layout = "../Shared/_NavLayout.cshtml";
- ViewData.SetActivePageAndTitle(StoreNavPages.Tokens, "Pairing permission", Context.GetStoreData()?.StoreName);
+ ViewData.SetActivePageAndTitle(StoreNavPages.Tokens, "Pairing Permission", Context.GetStoreData()?.StoreName);
}
-
@ViewData["PageTitle"]
-
Create and manage store settings.
-
+
@ViewData["PageTitle"]
@@ -25,12 +23,12 @@
-
+
\ No newline at end of file
diff --git a/BTCPayServer/Views/Stores/ShowToken.cshtml b/BTCPayServer/Views/Stores/ShowToken.cshtml
index a1f3a0703..f2f33e1bd 100644
--- a/BTCPayServer/Views/Stores/ShowToken.cshtml
+++ b/BTCPayServer/Views/Stores/ShowToken.cshtml
@@ -4,11 +4,11 @@
ViewData.SetActivePageAndTitle(StoreNavPages.Tokens, "Access Tokens", Context.GetStoreData().StoreName);
}
-@ViewData["PageTitle"]
+@ViewData["PageTitle"]
-
Token information
+
Token Information