From 849f341fd97171039147e4b99940c8c7b91db613 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Wed, 20 Sep 2023 15:32:01 +0300 Subject: [PATCH 1/2] Add missing default translations for 2 error messages --- src/translations/en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/translations/en.json b/src/translations/en.json index 05abc1280..a6108ab0d 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -78,6 +78,8 @@ "CheckoutPage.retrievingStripePaymentIntentFailed": "Oops, something went wrong. Please refresh the page. If the error persists, go back to {listingLink} and try again after 15 minutes", "CheckoutPage.speculateFailedMessage": "Oops, something went wrong. Please refresh the page and try again.", "CheckoutPage.speculateTransactionError": "Failed to fetch breakdown information.", + "CheckoutPageWithInquiryProcess.initiateInquiryError": "Oops, something went wrong. Please try again. If the problem persists, contact support.", + "CheckoutPageWithInquiryProcess.initiateInquiryErrorNoProcess": "Oops, no transaction process attached to the listing. Please contact support", "CheckoutPageWithInquiryProcess.messageLabel": "Inquiry message", "CheckoutPageWithInquiryProcess.messagePlaceholder": "Hello there! I'm interested in…", "CheckoutPageWithInquiryProcess.messageRequired": "Message is required.", From 9f8e031fbfe1c326e8547de93871b092563b99c0 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Wed, 20 Sep 2023 15:35:13 +0300 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a0a00177..f452c6d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2023-XX-XX +- [fix] Add 2 missing error translations to en.json file. + [#225](https://github.com/sharetribe/web-template/pull/225) - [add] Show warning if environment variable key that starts with REACT_APP contains word "SECRET". [#224](https://github.com/sharetribe/web-template/pull/224) - [change] SearchPage.duck.js: use minStock and stockMode for listing.queries if dates filter is not