mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Treat "Core" as name, fix grammar in reload_core_config
action (#139622)
* Treat "Core" as name, fix grammar in `reload_core_config` action Change three occurrences of "core" to "Core" so they are not translated but kept as a name instead. Fix singular/plural mismatch in the field description of the `reload_core_config` action. * Change "us customary" to "US customary"
This commit is contained in:
parent
220509fd6c
commit
b2c7c5b1aa
@ -12,7 +12,7 @@
|
||||
},
|
||||
"imperial_unit_system": {
|
||||
"title": "The imperial unit system is deprecated",
|
||||
"description": "The imperial unit system is deprecated and your system is currently using us customary. Please update your configuration to use the us customary unit system and reload the core configuration to fix this issue."
|
||||
"description": "The imperial unit system is deprecated and your system is currently using US customary. Please update your configuration to use the US customary unit system and reload the Core configuration to fix this issue."
|
||||
},
|
||||
"deprecated_yaml": {
|
||||
"title": "The {integration_title} YAML configuration is being removed",
|
||||
@ -111,8 +111,8 @@
|
||||
"description": "Checks the Home Assistant YAML-configuration files for errors. Errors will be shown in the Home Assistant logs."
|
||||
},
|
||||
"reload_core_config": {
|
||||
"name": "Reload core configuration",
|
||||
"description": "Reloads the core configuration from the YAML-configuration."
|
||||
"name": "Reload Core configuration",
|
||||
"description": "Reloads the Core configuration from the YAML-configuration."
|
||||
},
|
||||
"restart": {
|
||||
"name": "[%key:common::action::restart%]",
|
||||
@ -160,7 +160,7 @@
|
||||
},
|
||||
"update_entity": {
|
||||
"name": "Update entity",
|
||||
"description": "Forces one or more entities to update its data.",
|
||||
"description": "Forces one or more entities to update their data.",
|
||||
"fields": {
|
||||
"entity_id": {
|
||||
"name": "Entities to update",
|
||||
|
Loading…
x
Reference in New Issue
Block a user