From eeebb99ca3ae7fed636037bcd7d1834ca5a1c2c0 Mon Sep 17 00:00:00 2001
From: dstrukt
Date: Mon, 27 Dec 2021 22:54:31 -0800
Subject: [PATCH] Consistent and simplified button CTA text (#3234)
* refine pull payments cta
* payment requests cta
* invoice cta
* add user cta
* webhooks cta
* set password cta
* removes whitespace
* set password cta
* api key cta
* change password cta
* add device 2fa cta
* create token cta
Co-authored-by: Nicolas Dorier
---
BTCPayServer/Views/Account/SetPassword.cshtml | 3 +--
BTCPayServer/Views/Invoice/ListInvoices.cshtml | 2 +-
BTCPayServer/Views/Manage/APIKeys.cshtml | 2 +-
BTCPayServer/Views/Manage/ChangePassword.cshtml | 2 +-
BTCPayServer/Views/Manage/SetPassword.cshtml | 2 +-
BTCPayServer/Views/Manage/TwoFactorAuthentication.cshtml | 2 +-
BTCPayServer/Views/PaymentRequest/GetPaymentRequests.cshtml | 2 +-
BTCPayServer/Views/StorePullPayments/PullPayments.cshtml | 2 +-
BTCPayServer/Views/Stores/ListTokens.cshtml | 2 +-
BTCPayServer/Views/Stores/StoreUsers.cshtml | 2 +-
BTCPayServer/Views/Stores/Webhooks.cshtml | 2 +-
11 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/BTCPayServer/Views/Account/SetPassword.cshtml b/BTCPayServer/Views/Account/SetPassword.cshtml
index f0990aa1b..7816f08ed 100644
--- a/BTCPayServer/Views/Account/SetPassword.cshtml
+++ b/BTCPayServer/Views/Account/SetPassword.cshtml
@@ -25,7 +25,6 @@
-
+
diff --git a/BTCPayServer/Views/Invoice/ListInvoices.cshtml b/BTCPayServer/Views/Invoice/ListInvoices.cshtml
index 643b8d996..98ef75ced 100644
--- a/BTCPayServer/Views/Invoice/ListInvoices.cshtml
+++ b/BTCPayServer/Views/Invoice/ListInvoices.cshtml
@@ -192,7 +192,7 @@
- Create an invoice
+ Create Invoice
diff --git a/BTCPayServer/Views/Manage/APIKeys.cshtml b/BTCPayServer/Views/Manage/APIKeys.cshtml
index a24311b8f..cf5de5464 100644
--- a/BTCPayServer/Views/Manage/APIKeys.cshtml
+++ b/BTCPayServer/Views/Manage/APIKeys.cshtml
@@ -11,7 +11,7 @@
- Generate new key
+ Generate Key
@if (Model.ApiKeyDatas.Any())
{
diff --git a/BTCPayServer/Views/Manage/ChangePassword.cshtml b/BTCPayServer/Views/Manage/ChangePassword.cshtml
index ce221f0b0..1ba7502d9 100644
--- a/BTCPayServer/Views/Manage/ChangePassword.cshtml
+++ b/BTCPayServer/Views/Manage/ChangePassword.cshtml
@@ -25,7 +25,7 @@
-
+
diff --git a/BTCPayServer/Views/Manage/SetPassword.cshtml b/BTCPayServer/Views/Manage/SetPassword.cshtml
index e10af1885..37d71527c 100644
--- a/BTCPayServer/Views/Manage/SetPassword.cshtml
+++ b/BTCPayServer/Views/Manage/SetPassword.cshtml
@@ -23,7 +23,7 @@
-
+
diff --git a/BTCPayServer/Views/Manage/TwoFactorAuthentication.cshtml b/BTCPayServer/Views/Manage/TwoFactorAuthentication.cshtml
index 8637a61aa..ad12eda5a 100644
--- a/BTCPayServer/Views/Manage/TwoFactorAuthentication.cshtml
+++ b/BTCPayServer/Views/Manage/TwoFactorAuthentication.cshtml
@@ -115,7 +115,7 @@
diff --git a/BTCPayServer/Views/PaymentRequest/GetPaymentRequests.cshtml b/BTCPayServer/Views/PaymentRequest/GetPaymentRequests.cshtml
index 8a74ac981..b987930f1 100644
--- a/BTCPayServer/Views/PaymentRequest/GetPaymentRequests.cshtml
+++ b/BTCPayServer/Views/PaymentRequest/GetPaymentRequests.cshtml
@@ -18,7 +18,7 @@
- Create a payment request
+ Create Payment Request
diff --git a/BTCPayServer/Views/StorePullPayments/PullPayments.cshtml b/BTCPayServer/Views/StorePullPayments/PullPayments.cshtml
index 865464352..9944edb35 100644
--- a/BTCPayServer/Views/StorePullPayments/PullPayments.cshtml
+++ b/BTCPayServer/Views/StorePullPayments/PullPayments.cshtml
@@ -46,7 +46,7 @@
- Create a new pull payment
+ Create Pull Payment
diff --git a/BTCPayServer/Views/Stores/ListTokens.cshtml b/BTCPayServer/Views/Stores/ListTokens.cshtml
index d5d97e5b9..733c8aea0 100644
--- a/BTCPayServer/Views/Stores/ListTokens.cshtml
+++ b/BTCPayServer/Views/Stores/ListTokens.cshtml
@@ -21,7 +21,7 @@
@ViewData["Title"]
- Create New Token
+ Create Token
diff --git a/BTCPayServer/Views/Stores/StoreUsers.cshtml b/BTCPayServer/Views/Stores/StoreUsers.cshtml
index d6e6a48b6..ea982bed1 100644
--- a/BTCPayServer/Views/Stores/StoreUsers.cshtml
+++ b/BTCPayServer/Views/Stores/StoreUsers.cshtml
@@ -29,7 +29,7 @@
-
+
diff --git a/BTCPayServer/Views/Stores/Webhooks.cshtml b/BTCPayServer/Views/Stores/Webhooks.cshtml
index cfe902eaf..8655fc6db 100644
--- a/BTCPayServer/Views/Stores/Webhooks.cshtml
+++ b/BTCPayServer/Views/Stores/Webhooks.cshtml
@@ -8,7 +8,7 @@
@ViewData["Title"]
- Create a new webhook
+ Create Webhook
Webhooks allow BTCPay Server to send HTTP events related to your store to another server.