]> git.basschouten.com Git - openhab-addons.git/commitdiff
[irobot] fixes typo in channel description (#11870)
authorStefan Giehl <stefangiehl@gmail.com>
Tue, 28 Dec 2021 12:01:32 +0000 (13:01 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Dec 2021 12:01:32 +0000 (13:01 +0100)
Signed-off-by: Stefan Giehl <stefangiehl@gmail.com>
bundles/org.openhab.binding.irobot/src/main/resources/OH-INF/i18n/irobot.properties
bundles/org.openhab.binding.irobot/src/main/resources/OH-INF/thing/thing.xml

index 6558b351eec5459d4730f81d61347c6366c939f9..bcd73c3a382c43e63fe3ad27cde7f8429ef28e89 100644 (file)
@@ -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
index 20f85b153f613ac844206ad2fdbc8d958453a2dd..fa4c64a17e422b5d7ad57b8245f6a696e6429938 100644 (file)
@@ -33,7 +33,7 @@
                        </channel>
                        <channel id="sched_thu" typeId="sched_switch">
                                <label>Schedule Thu</label>
-                               <description>Thirsday schedule active</description>
+                               <description>Thursday schedule active</description>
                        </channel>
                        <channel id="sched_fri" typeId="sched_switch">
                                <label>Schedule Fri</label>