Skip to content

Commit

Permalink
fix missing text in config dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
mampfes committed May 10, 2024
1 parent 1183dab commit 8e05c68
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion custom_components/epex_spot/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,25 @@
"data": {
"market_area": "Select market area"
}
},
"options": {
"title": "Net Price Options",
"description": "Configure surcharges and tax to calculate net price per kWh.",
"data": {
"percentage_surcharge": "Percentage Surcharge (%)",
"absolute_surcharge": "Absolute Surcharge (ct/kWh)",
"tax": "Tax (%)"
},
"data_description": {
"tax": "Like Value Added Tax (VAT)"
}
}
}
},
"options": {
"step": {
"init": {
"title": "Net Price",
"title": "Net Price Options",
"description": "Configure surcharges and tax to calculate net price per kWh.",
"data": {
"percentage_surcharge": "Percentage Surcharge (%)",
Expand Down

0 comments on commit 8e05c68

Please sign in to comment.