Fix a translation bug for water price issue (#96958)
parent
447fbf58c9
commit
9b0d4c8c03
|
@ -39,11 +39,11 @@
|
|||
},
|
||||
"entity_unexpected_unit_gas_price": {
|
||||
"title": "[%key:component::energy::issues::entity_unexpected_unit_energy_price::title%]",
|
||||
"description": "[%key:component::energy::issues::entity_unexpected_unit_energy::description%]"
|
||||
"description": "[%key:component::energy::issues::entity_unexpected_unit_energy_price::description%]"
|
||||
},
|
||||
"entity_unexpected_unit_water_price": {
|
||||
"title": "[%key:component::energy::issues::entity_unexpected_unit_energy::title%]",
|
||||
"description": "[%key:component::energy::issues::entity_unexpected_unit_energy::description%]"
|
||||
"title": "[%key:component::energy::issues::entity_unexpected_unit_energy_price::title%]",
|
||||
"description": "[%key:component::energy::issues::entity_unexpected_unit_energy_price::description%]"
|
||||
},
|
||||
"entity_unexpected_state_class": {
|
||||
"title": "Unexpected state class",
|
||||
|
|
Loading…
Reference in New Issue