From a1047998937335ccda391e417f68ad6e9b4838d8 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sun, 5 Jan 2025 13:06:48 +0100 Subject: [PATCH] Fix spelling of "MAC (address)" and "Slide" name in slide_local (#134747) --- homeassistant/components/slide_local/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/slide_local/strings.json b/homeassistant/components/slide_local/strings.json index b5fe88255a7..67514ff0d50 100644 --- a/homeassistant/components/slide_local/strings.json +++ b/homeassistant/components/slide_local/strings.json @@ -32,7 +32,7 @@ "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "discovery_connection_failed": "The setup of the discovered device failed with the following error: {error}. Please try to set it up manually.", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", - "unique_id_mismatch": "The mac address of the device ({mac}) does not match the previous mac address." + "unique_id_mismatch": "The MAC address of the device ({mac}) does not match the previous MAC address." }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", @@ -49,7 +49,7 @@ "invert_position": "Invert position" }, "data_description": { - "invert_position": "Invert the position of your slide cover." + "invert_position": "Inverts the position of your Slide cover." } } }