From 6e298f1b9b8a7903d21c3e60bf3a75b97274f402 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sat, 23 Nov 2024 17:05:31 +0100 Subject: [PATCH] Add missing apostrophe for possessive form (#131368) --- homeassistant/components/file/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/file/strings.json b/homeassistant/components/file/strings.json index 8806c67cd96..bd8f23602e3 100644 --- a/homeassistant/components/file/strings.json +++ b/homeassistant/components/file/strings.json @@ -18,7 +18,7 @@ }, "data_description": { "file_path": "The local file path to retrieve the sensor value from", - "value_template": "A template to render the sensors value based on the file content", + "value_template": "A template to render the sensor's value based on the file content", "unit_of_measurement": "Unit of measurement for the sensor" } },