From 1dfabf34c4adb9f3de114aa4d2687dc249de7bea Mon Sep 17 00:00:00 2001
From: theminer3746 <bwsminecraft@hotmail.com>
Date: Tue, 16 Apr 2024 14:04:00 +0700
Subject: [PATCH] Fix typo in modbus integration strings.json (#115685)

---
 homeassistant/components/modbus/strings.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/homeassistant/components/modbus/strings.json b/homeassistant/components/modbus/strings.json
index fd93185b891..72d7a3ec5f1 100644
--- a/homeassistant/components/modbus/strings.json
+++ b/homeassistant/components/modbus/strings.json
@@ -88,7 +88,7 @@
     },
     "duplicate_entity_entry": {
       "title": "Modbus {sub_1} address {sub_2} is duplicate, second entry not loaded.",
-      "description": "An address can only be associated with on entity, Please correct the entry in your configuration.yaml file and restart Home Assistant to fix this issue."
+      "description": "An address can only be associated with one entity, Please correct the entry in your configuration.yaml file and restart Home Assistant to fix this issue."
     },
     "duplicate_entity_name": {
       "title": "Modbus {sub_1} is duplicate, second entry not loaded.",
-- 
GitLab