mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Merge pull request #1011 from sharetribe/ftw-translation-fix
en translation fix for ReviewForm.reviewRatingRequired
This commit is contained in:
commit
c6306fc8a6
2 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue