From 7a73cf444e66b3483b663e211254a86db3c5bb07 Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Sun, 6 Sep 2020 01:19:29 -0500 Subject: [PATCH] Update wording --- src/translations/en.json | 64 ++++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index df63a21322..ad9d29b5b4 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -826,38 +826,38 @@ }, "reloading": { "heading": "YAML configuration reloading", - "introduction": "Some parts of Home Assistant can reload without requiring a restart. Hitting reload will unload their current YAML configuration and load the new one.", - "reload": "Reload {domain}", - "core": "Reload location & customizations", - "group": "Reload groups, group entities, and notify services", - "automation": "Reload automations", - "script": "Reload scripts", - "scene": "Reload scenes", - "person": "Reload persons", - "zone": "Reload zones", - "input_boolean": "Reload input booleans", - "input_text": "Reload input texts", - "input_number": "Reload input numbers", - "input_datetime": "Reload input date times", - "input_select": "Reload input selects", - "template": "Reload template entities", - "universal": "Reload universal media player entities", - "rest": "Reload rest entities and notify services", - "command_line": "Reload command line entities", - "filter": "Reload filter entities", - "statistics": "Reload statistics entities", - "generic": "Reload generic IP camera entities", - "generic_thermostat": "Reload generic thermostat entities", - "homekit": "Reload HomeKit", - "min_max": "Reload min/max entities", - "history_stats": "Reload history stats entities", - "trend": "Reload trend entities", - "ping": "Reload ping binary sensor entities", - "filesize": "Reload file size entities", - "telegram": "Reload telegram notify services", - "smtp": "Reload smtp notify services", - "mqtt": "Reload mqtt entities", - "rpi_gpio": "Reload Raspberry Pi GPIO entities" + "introduction": "Some parts of Home Assistant can reload without requiring a restart. Clicking a button below will unload their current YAML configuration and load the new one.", + "reload": "{domain}", + "core": "location & customizations", + "group": "groups, group entities, and notify services", + "automation": "automations", + "script": "scripts", + "scene": "scenes", + "person": "persons", + "zone": "zones", + "input_boolean": "input booleans", + "input_text": "input texts", + "input_number": "input numbers", + "input_datetime": "input date times", + "input_select": "input selects", + "template": "template entities", + "universal": "universal media player entities", + "rest": "rest entities and notify services", + "command_line": "command line entities", + "filter": "filter entities", + "statistics": "statistics entities", + "generic": "generic IP camera entities", + "generic_thermostat": "generic thermostat entities", + "homekit": "HomeKit", + "min_max": "min/max entities", + "history_stats": "history stats entities", + "trend": "trend entities", + "ping": "ping binary sensor entities", + "filesize": "file size entities", + "telegram": "telegram notify services", + "smtp": "smtp notify services", + "mqtt": "mqtt entities", + "rpi_gpio": "Raspberry Pi GPIO entities" }, "server_management": { "heading": "Server management",