diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c5c4a6..e6124860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -133,6 +133,7 @@ For more information regarding this major change, please check issue [#1860](htt - Timestamp in log output now also contains the date - Turkish translation. - Option to configure the size of the currentweather module. +- Changed "Gevoelstemperatuur" to "Voelt als" shorter text. ## [2.10.1] - 2020-01-10 diff --git a/translations/nl.json b/translations/nl.json index a8652311..7845ba9e 100644 --- a/translations/nl.json +++ b/translations/nl.json @@ -28,6 +28,5 @@ "UPDATE_NOTIFICATION_MODULE": "Update beschikbaar voor {MODULE_NAME} module.", "UPDATE_INFO_SINGLE": "De huidige installatie loopt {COMMIT_COUNT} commit achter op de {BRANCH_NAME} branch.", "UPDATE_INFO_MULTIPLE": "De huidige installatie loopt {COMMIT_COUNT} commits achter op de {BRANCH_NAME} branch.", - - "FEELS": "Gevoelstemperatuur" + "FEELS": "Voelt als" }