Skip to content

Commit

Permalink
Fixes after merging upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Oct 16, 2024
1 parent 5db16f2 commit 7476ce8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public IActionResult Obsolete4(string storeId, string cryptoCode)
}
private IActionResult Obsolete()
{
return this.CreateAPIError(410, "unsupported-in-v2", "This route isn't supported by BTCPay Server 2.0 and newer. Please update your integration.");
return this.CreateAPIError(410, "unsupported-in-v2", "This route isn't supported by GRSPay Server 2.0 and newer. Please update your integration.");
}
}
}
16 changes: 8 additions & 8 deletions BTCPayServer/Services/Translations.Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ static Translations()
"blocks": "",
"Brand Color": "",
"Branding": "",
"BTCPay Server currently supports:": "",
"GRSPay Server currently supports:": "",
"But now, what if you want to support <code>DOGE</code>? The problem with <code>DOGE</code> is that most exchange do not have any pair for it. But <code>bitpay</code> has a <code>DOGE_BTC</code> pair. <br />\r\n Luckily, the rule engine allow you to reference rules:": "",
"Buyer Email": "",
"Callback Notification URL": "",
"Can use hot wallet": "",
"Can use RPC import": "",
"Celebrate payment with confetti": "",
"Check releases on GitHub and notify when new BTCPay Server version is available": "",
"Check releases on GitHub and notify when new GRSPay Server version is available": "",
"Checkout Appearance": "",
"Choose your import method": "",
"Choose your wallet option": "",
Expand Down Expand Up @@ -139,7 +139,7 @@ static Translations()
"Destination Address": "",
"Details": "",
"Dictionaries": "",
"Dictionaries enable you to translate the BTCPay Server backend into different languages.": "",
"Dictionaries enable you to translate the GRSPay Server backend into different languages.": "",
"Dictionary": "",
"Direct integration": "",
"Disable public user registration": "",
Expand All @@ -158,7 +158,7 @@ static Translations()
"Do not photograph it. Do not store it digitally.": "",
"Do not photograph the recovery phrase, and do not store it digitally.": "",
"Do you really want to archive the pull payment?": "",
"Does not extend a BTCPay Server theme, fully custom": "",
"Does not extend a GRSPay Server theme, fully custom": "",
"Domain": "",
"Domain name": "",
"Don't create UTXO change": "",
Expand All @@ -184,8 +184,8 @@ static Translations()
"Error": "",
"Expiration Date": "",
"Export": "",
"Extends the BTCPay Server Dark theme": "",
"Extends the BTCPay Server Light theme": "",
"Extends the GRSPay Server Dark theme": "",
"Extends the GRSPay Server Light theme": "",
"Fallback": "",
"Featured Image URL": "",
"Fee rate (sat/vB)": "",
Expand Down Expand Up @@ -444,7 +444,7 @@ static Translations()
"User can input custom amount": "",
"User can input discount in %": "",
"Users": "",
"Using the BTCPay Server internal node for this store requires no further configuration. Click the save button below to start accepting Bitcoin through the Lightning Network.": "",
"Using the GRSPay Server internal node for this store requires no further configuration. Click the save button below to start accepting Bitcoin through the Lightning Network.": "",
"UTXOs to spend from": "",
"Verification Code": "",
"View All": "",
Expand Down Expand Up @@ -482,7 +482,7 @@ static Translations()
/// <summary>
/// Translations which are already in the Default aren't saved into database.
/// This allows us to automatically update the english version if the translations didn't changed.
///
///
/// We only save into database the key/values that differ from Default
/// </summary>
public static Translations Default;
Expand Down
2 changes: 1 addition & 1 deletion BTCPayServer/Views/UIHome/SwaggerDraftDocs.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!DOCTYPE html>
<html>
<head>
<title>DRAFT: BTCPay Server Greenfield API</title>
<title>DRAFT: GRSPay Server Greenfield API</title>
<!-- needed for adaptive design -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion BTCPayServer/Views/UIServer/ListDictionaries.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<partial name="_StatusMessage" />

<p class="mb-0" text-translate="true">
Dictionaries enable you to translate the BTCPay Server backend into different languages.
Dictionaries enable you to translate the GRSPay Server backend into different languages.
</p>

<div class="table-responsive">
Expand Down

0 comments on commit 7476ce8

Please sign in to comment.