From d2c06fbbe122d035ce8c9437e1c645bdda590933 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Tue, 28 Dec 2021 13:01:32 +0100 Subject: [PATCH] [irobot] fixes typo in channel description (#11870) Signed-off-by: Stefan Giehl --- .../src/main/resources/OH-INF/i18n/irobot.properties | 2 +- .../src/main/resources/OH-INF/thing/thing.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.irobot/src/main/resources/OH-INF/i18n/irobot.properties b/bundles/org.openhab.binding.irobot/src/main/resources/OH-INF/i18n/irobot.properties index 6558b351ee..bcd73c3a38 100644 --- a/bundles/org.openhab.binding.irobot/src/main/resources/OH-INF/i18n/irobot.properties +++ b/bundles/org.openhab.binding.irobot/src/main/resources/OH-INF/i18n/irobot.properties @@ -16,7 +16,7 @@ thing-type.irobot.roomba.channel.sched_sat.description = Saturday schedule activ thing-type.irobot.roomba.channel.sched_sun.label = Schedule Sun thing-type.irobot.roomba.channel.sched_sun.description = Sunday schedule active thing-type.irobot.roomba.channel.sched_thu.label = Schedule Thu -thing-type.irobot.roomba.channel.sched_thu.description = Thirsday schedule active +thing-type.irobot.roomba.channel.sched_thu.description = Thursday schedule active thing-type.irobot.roomba.channel.sched_tue.label = Schedule Tue thing-type.irobot.roomba.channel.sched_tue.description = Tuesday schedule active thing-type.irobot.roomba.channel.sched_wed.label = Schedule Wed diff --git a/bundles/org.openhab.binding.irobot/src/main/resources/OH-INF/thing/thing.xml b/bundles/org.openhab.binding.irobot/src/main/resources/OH-INF/thing/thing.xml index 20f85b153f..fa4c64a17e 100644 --- a/bundles/org.openhab.binding.irobot/src/main/resources/OH-INF/thing/thing.xml +++ b/bundles/org.openhab.binding.irobot/src/main/resources/OH-INF/thing/thing.xml @@ -33,7 +33,7 @@ - Thirsday schedule active + Thursday schedule active -- 2.47.3