diff --git a/custom_components/tibber_prices/translations/de.json b/custom_components/tibber_prices/translations/de.json index efea531..829523c 100644 --- a/custom_components/tibber_prices/translations/de.json +++ b/custom_components/tibber_prices/translations/de.json @@ -6,7 +6,6 @@ "data": { "access_token": "API-Zugriffstoken" }, - "title": "Tibber Preisinformationen & Bewertungen", "submit": "Token validieren" }, "select_home": { @@ -170,5 +169,6 @@ } } } - } + }, + "title": "Tibber Preisinformationen & Bewertungen" } diff --git a/custom_components/tibber_prices/translations/en.json b/custom_components/tibber_prices/translations/en.json index cb6752f..b9d41d7 100644 --- a/custom_components/tibber_prices/translations/en.json +++ b/custom_components/tibber_prices/translations/en.json @@ -6,7 +6,6 @@ "data": { "access_token": "API access token" }, - "title": "Tibber Price Information & Ratings", "submit": "Validate Token" }, "select_home": { @@ -181,5 +180,6 @@ } } } - } + }, + "title": "Tibber Price Information & Ratings" }