From 0cb03dc5177f32c064edbdb7739d4307dbc78001 Mon Sep 17 00:00:00 2001 From: Schwerbelastung Date: Fri, 25 Jan 2019 09:54:55 +0200 Subject: [PATCH 1/2] en translation fix for ReviewForm.reviewRatingRequired --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.", From a05448c48a3faf809a6d6c6aeb0cecfde5e1a8ae Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Mon, 28 Jan 2019 14:06:17 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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)