Skip to content

Commit

Permalink
Merge pull request #225 from sharetribe/add-missing-error-translations
Browse files Browse the repository at this point in the history
Add missing error translations
  • Loading branch information
Gnito authored Sep 20, 2023
2 parents 724a5f5 + 9f8e031 commit 0f96d1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 0f96d1f

Please sign in to comment.