From 4f046ed1d305cd77d535bd1577b094e4b15353fe Mon Sep 17 00:00:00 2001
From: Jameson Lopp
Date: Thu, 26 Dec 2019 07:32:32 -0500
Subject: [PATCH] add spelling / grammar fixes and some clarifications for
settings.
---
BTCPayServer/Views/Server/Rates.cshtml | 6 +++---
BTCPayServer/Views/Shared/EmailsBody.cshtml | 2 +-
BTCPayServer/Views/Shared/SyncModal.cshtml | 2 +-
BTCPayServer/Views/Stores/PayButton.cshtml | 10 +++++-----
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/BTCPayServer/Views/Server/Rates.cshtml b/BTCPayServer/Views/Server/Rates.cshtml
index c9c1f5978..58e48e119 100644
--- a/BTCPayServer/Views/Server/Rates.cshtml
+++ b/BTCPayServer/Views/Server/Rates.cshtml
@@ -17,8 +17,8 @@
- If you really don't want to synch and that you are familiar with command line, check FastSync.
+ If you really don't want to synch and you are familiar with the command line, check FastSync.
diff --git a/BTCPayServer/Views/Stores/PayButton.cshtml b/BTCPayServer/Views/Stores/PayButton.cshtml
index 0e5add193..bcd1f633b 100644
--- a/BTCPayServer/Views/Stores/PayButton.cshtml
+++ b/BTCPayServer/Views/Stores/PayButton.cshtml
@@ -36,7 +36,7 @@
- Define parameters that define the purchase: price, currency and then optional description of purchase.
+ Set parameters that define the purchase: price, currency and an optional description of purchase.
Generated HTML will be displayed at the bottom of this page and all you need is to paste that HTML into your final page.
Clicking on the button will redirect customer to checkout.
@@ -169,10 +169,10 @@
- These parameters allow you to influence process after purchase. Server IPN is location we'll query with details.
- We can also deliver email notification to specified address.
+ These parameters allow you to influence the process after purchase. Server IPN is the URL to which we'll post purchase data.
+ We can also deliver an email notification to a specified address.
- Finally Browser Redirect defines where BTCPayServer will redirect customer after purchase is completed.
+ Finally, Browser Redirect defines where BTCPayServer will redirect the customer after purchase is completed.
Advanced
@@ -189,7 +189,7 @@
- This parameter allows you to specify additional query string paramters that should be appended to the checkout page once the invoice is created. For example, lang=da-DK would load the checkout page in Danish by default.
+ This parameter allows you to specify additional query string parameters that should be appended to the checkout page once the invoice is created. For example, lang=da-DK would load the checkout page in Danish by default.