From 51953bce09f2393e6d940dac91e40271fce0b0b4 Mon Sep 17 00:00:00 2001 From: Sam Pierce Lolla Date: Tue, 29 Sep 2020 11:00:41 -0400 Subject: [PATCH] Change "persons" to "people" (#7037) People is the more common word in English --- src/translations/en.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 6cc4b4cfff..5498d6a555 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -875,7 +875,7 @@ "automation": "Reload automations", "script": "Reload scripts", "scene": "Reload scenes", - "person": "Reload persons", + "person": "Reload people", "zone": "Reload zones", "input_boolean": "Reload input booleans", "input_text": "Reload input texts", @@ -1605,11 +1605,11 @@ } }, "person": { - "caption": "Persons", - "description": "Manage the persons that Home Assistant tracks", + "caption": "People", + "description": "Manage the people that Home Assistant tracks", "introduction": "Here you can define each person of interest in Home Assistant.", - "note_about_persons_configured_in_yaml": "Note: persons configured via configuration.yaml cannot be edited via the UI.", - "no_persons_created_yet": "Looks like you have not created any persons yet.", + "note_about_persons_configured_in_yaml": "Note: people configured via configuration.yaml cannot be edited via the UI.", + "no_persons_created_yet": "Looks like you have not created any people yet.", "create_person": "Create Person", "add_person": "Add Person", "confirm_delete": "Are you sure you want to delete this person?", @@ -1632,7 +1632,7 @@ }, "zone": { "caption": "Zones", - "description": "Manage the zones you want to track persons in", + "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.", "no_zones_created_yet": "Looks like you have not created any zones yet.", "create_zone": "Create Zone",