Fix Energy Compare Translations (#13055)

* Fix Energy Compare Translations

* Fix alert
This commit is contained in:
Zack Barett 2022-07-05 04:23:46 -05:00 committed by GitHub
parent 30a254f98f
commit e22dd0c49d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4012,7 +4012,8 @@
"month": "Month",
"year": "Year",
"previous": "Previous",
"next": "Next"
"next": "Next",
"compare": "Compare Data"
}
},
"reload_lovelace": "Reload UI"
@ -4537,6 +4538,9 @@
}
},
"energy": {
"compare": {
"info": "You are comparing the period {start} with the period {end}"
},
"setup": {
"next": "Next",
"back": "Back",