Fix typo in energy: misplaced closing brace (#86027)

This commit is contained in:
lunmay 2023-01-17 14:34:27 +01:00 committed by GitHub
parent 11b9a0b383
commit 8485588aca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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": {