From 7e22e6c0e251fc9a163b0f36b62b9fc38a40d3eb Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Tue, 31 Mar 2026 12:59:52 +0200 Subject: [PATCH] Rename "People at home" summary tile to "Presence" (#51305) * Rename "People at home" summary tile to "Presence" * Improve person translation --- 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 883cb5ddb0..6041e26507 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -217,7 +217,7 @@ "all_secure": "All secure", "no_media_playing": "No media playing", "count_media_playing": "{count} {count, plural,\n one {playing}\n other {playing}\n}", - "count_persons_home": "{count} {count, plural,\n one {person}\n other {people}\n}", + "count_persons_home": "{count} {count, plural,\n one {person}\n other {people}\n} home", "nobody_home": "No one home" }, "toggle-group": { @@ -8222,7 +8222,7 @@ "other_devices": "Other devices", "weather": "Weather", "energy": "Today's energy", - "persons": "People at home" + "persons": "Presence" }, "welcome_user": "Welcome {user}", "summaries": "Summaries",