Merge pull request #1011 from sharetribe/ftw-translation-fix

en translation fix for ReviewForm.reviewRatingRequired
This commit is contained in:
Vesa Luusua 2019-01-28 14:11:23 +02:00 committed by GitHub
commit c6306fc8a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -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.",