Fix translation in statistics (#130455)

* Fix translation in statistics

* Update homeassistant/components/statistics/strings.json
This commit is contained in:
G Johansson 2024-11-12 18:44:32 +01:00 committed by Franck Nijhof
parent 08f6f2759b
commit 8b173656e7
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -23,10 +23,10 @@
"state_characteristic": { "state_characteristic": {
"description": "Read the documention for further details on available options and how to use them.", "description": "Read the documention for further details on available options and how to use them.",
"data": { "data": {
"state_characteristic": "State_characteristic" "state_characteristic": "Statistic characteristic"
}, },
"data_description": { "data_description": {
"state_characteristic": "The characteristic that should be used as the state of the statistics sensor." "state_characteristic": "The statistic characteristic that should be used as the state of the sensor."
} }
}, },
"options": { "options": {