From bb03579bd9aff6ab213ea4c75e3f1fd4db48c466 Mon Sep 17 00:00:00 2001 From: Roman Sivriver Date: Fri, 5 Jan 2024 14:39:04 -0500 Subject: [PATCH] Fix typo in recorder strings.json (#107278) --- homeassistant/components/recorder/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/recorder/strings.json b/homeassistant/components/recorder/strings.json index 24f0d806edd..eb162628727 100644 --- a/homeassistant/components/recorder/strings.json +++ b/homeassistant/components/recorder/strings.json @@ -29,7 +29,7 @@ }, "apply_filter": { "name": "Apply filter", - "description": "Applys `entity_id` and `event_type` filters in addition to time-based purge." + "description": "Apply `entity_id` and `event_type` filters in addition to time-based purge." } } },