diff --git a/CHANGELOG.md b/CHANGELOG.md index 16721951..9a84e555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2019-XX-XX +- [fix] Fixed copy-text in ReviewForm: Rating is required. + [#1011](https://github.com/sharetribe/flex-template-web/pull/1011) - [change] Some of the documentation moved to Flex Docs: https://www.sharetribe.com/docs/ [#1012](https://github.com/sharetribe/flex-template-web/pull/1012) and [#1014](https://github.com/sharetribe/flex-template-web/pull/1014) diff --git a/src/translations/en.json b/src/translations/en.json index fbc3f83f..ec37bd63 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -632,7 +632,7 @@ "ReviewForm.reviewContentPlaceholder": "Describe your experience…", "ReviewForm.reviewContentRequired": "You need to add a message to leave a review.", "ReviewForm.reviewRatingLabel": "Rate your experience", - "ReviewForm.reviewRatingRequired": "Review message is required", + "ReviewForm.reviewRatingRequired": "Rating is required.", "ReviewForm.reviewSubmit": "Publish review", "ReviewForm.reviewSubmitAlreadySent": "Review already sent. Please refresh the page.", "ReviewForm.reviewSubmitFailed": "Failed to sent a review. Please try again.",