mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Fix grammar of Light, Sensor and Tile card descriptions (#25988)
* Fix grammar of Light, Sensor and Entity card descriptions * Capitalize "Tile card" as a name * Apply same change to Entity badge description
This commit is contained in:
parent
7187e25cad
commit
62eec56e5f
@ -7431,7 +7431,7 @@
|
||||
},
|
||||
"light": {
|
||||
"name": "Light",
|
||||
"description": "The Light card allows you to change the brightness of the light."
|
||||
"description": "The Light card allows you to change the brightness of a light."
|
||||
},
|
||||
"generic": {
|
||||
"alt_text": "Alternative text",
|
||||
@ -7612,7 +7612,7 @@
|
||||
"none": "None",
|
||||
"line": "Line"
|
||||
},
|
||||
"description": "The Sensor card gives you a quick overview of your sensors state with an optional graph to visualize change over time.",
|
||||
"description": "The Sensor card gives you a quick overview of a sensor's state with an optional graph to visualize change over time.",
|
||||
"limit_min": "Minimum value",
|
||||
"limit_max": "Maximum value"
|
||||
},
|
||||
@ -7639,7 +7639,7 @@
|
||||
},
|
||||
"tile": {
|
||||
"name": "Tile",
|
||||
"description": "The tile card gives you a quick overview of your entity. The card allows you to toggle the entity, show the More info dialog or trigger custom actions.",
|
||||
"description": "The Tile card gives you a quick overview of an entity. The card allows you to toggle the entity, show the More info dialog or trigger custom actions.",
|
||||
"color": "Color",
|
||||
"color_helper": "Inactive state (e.g. off, closed) will not be colored.",
|
||||
"icon_tap_action": "Icon tap behavior",
|
||||
@ -7693,7 +7693,7 @@
|
||||
"badge": {
|
||||
"entity": {
|
||||
"name": "Entity",
|
||||
"description": "The Entity badge gives you a quick overview of your entity.",
|
||||
"description": "The Entity badge gives you a quick overview of an entity.",
|
||||
"color": "[%key:ui::panel::lovelace::editor::card::tile::color%]",
|
||||
"color_helper": "[%key:ui::panel::lovelace::editor::card::tile::color_helper%]",
|
||||
"show_entity_picture": "Show entity picture",
|
||||
|
Loading…
x
Reference in New Issue
Block a user