From baf6f9edd06dd05e94208de4bdfb03cf74ac15ca Mon Sep 17 00:00:00 2001 From: Markus Eckhardt Date: Sun, 22 Jan 2023 12:01:32 +0100 Subject: [PATCH] [Tibber] Fixed typos on properties Signed-off-by: Markus Eckhardt --- .../src/main/resources/OH-INF/i18n/tibber.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.tibber/src/main/resources/OH-INF/i18n/tibber.properties b/bundles/org.openhab.binding.tibber/src/main/resources/OH-INF/i18n/tibber.properties index 95d0dcf7a2da7..fde3bf88b0706 100644 --- a/bundles/org.openhab.binding.tibber/src/main/resources/OH-INF/i18n/tibber.properties +++ b/bundles/org.openhab.binding.tibber/src/main/resources/OH-INF/i18n/tibber.properties @@ -40,6 +40,6 @@ channel-type.tibber.timestamp.description = Timestamp for measurement/change channel-type.tibber.voltage.label = Voltage channel-type.tibber.voltage.description = Voltage on given Phase channel-type.tibber.tomorrow_prices.label = Prices for tomorrow as a JSON array -channel-type.tibber.tomorrow_prices.description = JSON array of tuples startsAt,total, e.g. {["startsAt": "2022-09-10T00:00:00+02:00", "total": 5.332}, {"startsAt": ...}]}. See binding documantation for full example. +channel-type.tibber.tomorrow_prices.description = JSON array of tuples startsAt,total, e.g. {["startsAt": "2022-09-10T00:00:00+02:00", "total": 5.332}, {"startsAt": ...}]}. See binding documentation for full example. channel-type.tibber.today_prices.label = Prices for today as a JSON array -channel-type.tibber.today_prices.description = JSON array of tuples startsAt,total, e.g. {["startsAt": "2022-09-10T00:00:00+02:00", "total": 5.332}, {"startsAt": ...}]}. See binding documantation for full example. +channel-type.tibber.today_prices.description = JSON array of tuples statsAt,total, e.g. {["startsAt": "2022-09-10T00:00:00+02:00", "total": 5.332}, {"startsAt": ...}]}. See binding documentation for full example.