diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0f65f3..134dc4c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,16 +9,15 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [2.8.0] - Unreleased -*This release is scheduled to be released on 2019-04-01.* +*This release is scheduled to be released on 2019-07-01.* ### Added - Option to show event location in calendar - - Finnish translation for "Feels" and "Weeks" - - Russian translation for “Feels” ### Updated +- English translation for "Feels" to "Feels like" ### Fixed - Handle SIGTERM messages diff --git a/translations/en.json b/translations/en.json index 900bf630..5a098801 100644 --- a/translations/en.json +++ b/translations/en.json @@ -31,5 +31,5 @@ "UPDATE_INFO_SINGLE": "The current installation is {COMMIT_COUNT} commit behind on the {BRANCH_NAME} branch.", "UPDATE_INFO_MULTIPLE": "The current installation is {COMMIT_COUNT} commits behind on the {BRANCH_NAME} branch.", - "FEELS": "Feels" + "FEELS": "Feels like" }