diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d60826..4ce64958 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 a small typo. [#995](https://github.com/sharetribe/flex-template-web/pull/995) + ## [v2.7.0] 2019-01-08 - [add] Add Spanish translations file: es.json and update docs/translations.md diff --git a/src/translations/en.json b/src/translations/en.json index 5c24467d..ba1d42cc 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -627,7 +627,7 @@ "ProfileSettingsPage.viewProfileLink": "View your profile", "ResponsiveImage.noImage": "No image", "ReviewForm.reviewContentLabel": "Leave a review", - "ReviewForm.reviewContentPlaceholder": "Descripe your experience…", + "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",