From 7cca704163bb01266b083f71bb04525c8324a989 Mon Sep 17 00:00:00 2001 From: Julian <130256240+j4n-e4t@users.noreply.github.com> Date: Wed, 16 Oct 2024 23:08:11 +0200 Subject: [PATCH] Remove dangling "point" in translations fixes: #22401 --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index faaad698a33f..1634f0a41969 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2529,7 +2529,7 @@ }, "iframe": { "title": "Webpage", - "description": "Integrate a webpage as a dashboard." + "description": "Integrate a webpage as a dashboard" } } }, @@ -4221,7 +4221,7 @@ "name": "Name", "name_error_msg": "Name is required", "linked_user": "Linked User", - "device_tracker_intro": "Select the devices that belong to this person.", + "device_tracker_intro": "Select the devices that belong to this person", "no_device_tracker_available_intro": "When you have devices that indicate the presence of a person, you will be able to assign them to a person here. You can add your first device by adding a presence-detection integration from the integrations page.", "link_presence_detection_integrations": "Presence Detection Integrations", "link_integrations_page": "Integrations page",