From 02adf47faf2e4fd18d465c7090c7bf5d39678133 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Mon, 3 Nov 2025 00:47:50 +0000 Subject: [PATCH] fix translations --- custom_components/tibber_prices/translations/de.json | 4 ++-- custom_components/tibber_prices/translations/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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" }