From cef3dbfdf02e412ee2d9d35784e86f8b26730725 Mon Sep 17 00:00:00 2001 From: Chris <31055115+darthsebulba04@users.noreply.github.com> Date: Tue, 15 Nov 2022 15:37:43 -0500 Subject: [PATCH] Capatalize Earth (#14382) * Capatalize Earth * Modify correct en file. Captalize Earth. * Undo change to wrong file * Remove final line feed * Try again to remove lf... * Actually remove lf this time Co-authored-by: Steve Repsher --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index f08f659a2d..abc2776549 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2870,7 +2870,7 @@ "zone": { "caption": "Zones", "description": "Manage the zones you want to track people in", - "introduction": "Zones allow you to specify certain regions on earth. When a person is within a zone, the state will take the name from the zone. Zones can also be used as a trigger or condition inside automation setups.", + "introduction": "Zones allow you to specify certain regions on Earth. When a person is within a zone, the state will take the name from the zone. Zones can also be used as a trigger or condition inside automation setups.", "no_zones_created_yet": "Looks like you have not added any zones yet.", "create_zone": "Add Zone", "add_zone": "Add Zone",