Fix a translation bug for water price issue (#96958)

pull/97009/head
karwosts 2023-07-21 04:00:18 -07:00 committed by GitHub
parent 447fbf58c9
commit 9b0d4c8c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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",