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 @@
Bitcoin Average

BTCPay relies on Bitcoin Average for getting crypto-currency to fiat rates

-

If you want BTCPay rate cache to be smaller than 15min, you should register to BitcoinAverage and get a paid API Key.

-

If your BTCPay server instance supports lot's of merchant or is used a lot, BitcoinAverage will rate limit your server, and invoice will be created using less accurate rates. (From Bitpay)

+

If you want BTCPay's rate cache to be smaller than 15min, you should register to BitcoinAverage and get a paid API Key.

+

If your BTCPay server instance supports many merchants or is used a lot, BitcoinAverage will rate limit your server and invoices will be created using less accurate rates. (From Bitpay)

@@ -26,7 +26,7 @@ -

You can find the information on bitcoinaverage api key page

+

You can find the information on the bitcoinaverage api key page

diff --git a/BTCPayServer/Views/Shared/EmailsBody.cshtml b/BTCPayServer/Views/Shared/EmailsBody.cshtml index 58a739a2e..92c4adbfa 100644 --- a/BTCPayServer/Views/Shared/EmailsBody.cshtml +++ b/BTCPayServer/Views/Shared/EmailsBody.cshtml @@ -106,7 +106,7 @@ $(document).ready(function(){ - If you want to test your settings, enter an email address here and click "Send Test Email". Your settings won't be saved, only a test email will be sent. After a successful test, you can click "Save". + If you want to test your settings, enter an email address here and click "Send Test Email." Your settings won't be saved, only a test email will be sent. After a successful test, you can click "Save".
diff --git a/BTCPayServer/Views/Shared/SyncModal.cshtml b/BTCPayServer/Views/Shared/SyncModal.cshtml index efa198c3a..eb5e4c906 100644 --- a/BTCPayServer/Views/Shared/SyncModal.cshtml +++ b/BTCPayServer/Views/Shared/SyncModal.cshtml @@ -77,7 +77,7 @@ Watch this video to understand the importance of blockchain synchronization.

-

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.