Fix typo in energy: misplaced closing brace (#86027)
This commit is contained in:
parent
11b9a0b383
commit
8485588aca
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"entity_unexpected_unit_gas": {
|
||||
"title": "[%key:component::energy::issues::entity_unexpected_unit_energy::title%]",
|
||||
"description": "The following entities do not have an expected unit of measurement (either of {energy_units} for an energy sensor or either of {gas_units} for a gas sensor:)"
|
||||
"description": "The following entities do not have an expected unit of measurement (either of {energy_units} for an energy sensor or either of {gas_units} for a gas sensor):"
|
||||
},
|
||||
"entity_unexpected_unit_water": {
|
||||
"title": "[%key:component::energy::issues::entity_unexpected_unit_energy::title%]",
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"title": "Unexpected unit of measurement"
|
||||
},
|
||||
"entity_unexpected_unit_gas": {
|
||||
"description": "The following entities do not have an expected unit of measurement (either of {energy_units} for an energy sensor or either of {gas_units} for a gas sensor:)",
|
||||
"description": "The following entities do not have an expected unit of measurement (either of {energy_units} for an energy sensor or either of {gas_units} for a gas sensor):",
|
||||
"title": "Unexpected unit of measurement"
|
||||
},
|
||||
"entity_unexpected_unit_gas_price": {
|
||||
|
|
Loading…
Add table
Reference in a new issue