From bf3d192934269036639d883602983746eac67156 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Fri, 20 May 2022 11:18:37 +0300 Subject: [PATCH] Fixing an old typo --- CHANGELOG.md | 2 ++ src/translations/en.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8dded745c..693aab0812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2022-XX-XX +- [fix] Fixing a small typo. [#1518](https://github.com/sharetribe/ftw-daily/pull/1518) + ## [v8.6.2] 2022-05-19 - [fix] There was also invalid characters (zero-width space) on added directive diff --git a/src/translations/en.json b/src/translations/en.json index cffc8f3ef0..de9c00ae5e 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -694,7 +694,7 @@ "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.", + "ReviewForm.reviewSubmitFailed": "Failed to send a review. Please try again.", "ReviewModal.description": "Reviews are an important part of the Saunatime community. Please share what went well and what could have been improved.", "ReviewModal.later": "Later", "ReviewModal.title": "Leave a review for {revieweeName}",