diff --git a/src/translations/en.json b/src/translations/en.json index 92529a281c..7e0a71e14a 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1117,9 +1117,13 @@ "title": "Unexpected unit of measurement", "description": "The following entities do not have the expected units of measurement ''{currency}/kWh'' or ''{currency}/Wh'':" }, - "entity_unexpected_state_class_total_increasing": { + "entity_unexpected_state_class": { "title": "Unexpected state class", - "description": "The following entities do not have the expected state class 'total_increasing'" + "description": "The following entities do not have the expected state class:" + }, + "entity_state_class_measurement_no_last_reset": { + "title": "Last reset missing", + "description": "The following entities have state class 'measurement' but 'last_reset' is missing:" } } }