Skip to content

Commit d190c05

Browse files
authored
Fix invalid strings (#145)
1 parent 7e11c75 commit d190c05

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

custom_components/connectlife/strings.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@
10021002
"state": {
10031003
"round": "Round",
10041004
"square": "Square",
1005-
"rectangle_vertical": "Vertical rectangle ",
1005+
"rectangle_vertical": "Vertical rectangle",
10061006
"rectangle_horizontal": "Horizontal Rectangle",
10071007
"no_shape": "No shape"
10081008
}
@@ -1041,7 +1041,7 @@
10411041
"state": {
10421042
"round": "Round",
10431043
"square": "Square",
1044-
"rectangle_vertical": "Vertical rectangle ",
1044+
"rectangle_vertical": "Vertical rectangle",
10451045
"rectangle_horizontal": "Horizontal Rectangle",
10461046
"no_shape": "No shape"
10471047
}
@@ -1080,7 +1080,7 @@
10801080
"state": {
10811081
"round": "Round",
10821082
"square": "Square",
1083-
"rectangle_vertical": "Vertical rectangle ",
1083+
"rectangle_vertical": "Vertical rectangle",
10841084
"rectangle_horizontal": "Horizontal Rectangle",
10851085
"no_shape": "No shape"
10861086
}
@@ -1119,7 +1119,7 @@
11191119
"state": {
11201120
"round": "Round",
11211121
"square": "Square",
1122-
"rectangle_vertical": "Vertical rectangle ",
1122+
"rectangle_vertical": "Vertical rectangle",
11231123
"rectangle_horizontal": "Horizontal Rectangle",
11241124
"no_shape": "No shape"
11251125
}
@@ -1158,7 +1158,7 @@
11581158
"state": {
11591159
"round": "Round",
11601160
"square": "Square",
1161-
"rectangle_vertical": "Vertical rectangle ",
1161+
"rectangle_vertical": "Vertical rectangle",
11621162
"rectangle_horizontal": "Horizontal Rectangle",
11631163
"no_shape": "No shape"
11641164
}
@@ -1197,7 +1197,7 @@
11971197
"state": {
11981198
"round": "Round",
11991199
"square": "Square",
1200-
"rectangle_vertical": "Vertical rectangle ",
1200+
"rectangle_vertical": "Vertical rectangle",
12011201
"rectangle_horizontal": "Horizontal Rectangle",
12021202
"no_shape": "No shape"
12031203
}

custom_components/connectlife/translations/en.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@
10021002
"state": {
10031003
"round": "Round",
10041004
"square": "Square",
1005-
"rectangle_vertical": "Vertical rectangle ",
1005+
"rectangle_vertical": "Vertical rectangle",
10061006
"rectangle_horizontal": "Horizontal Rectangle",
10071007
"no_shape": "No shape"
10081008
}
@@ -1041,7 +1041,7 @@
10411041
"state": {
10421042
"round": "Round",
10431043
"square": "Square",
1044-
"rectangle_vertical": "Vertical rectangle ",
1044+
"rectangle_vertical": "Vertical rectangle",
10451045
"rectangle_horizontal": "Horizontal Rectangle",
10461046
"no_shape": "No shape"
10471047
}
@@ -1080,7 +1080,7 @@
10801080
"state": {
10811081
"round": "Round",
10821082
"square": "Square",
1083-
"rectangle_vertical": "Vertical rectangle ",
1083+
"rectangle_vertical": "Vertical rectangle",
10841084
"rectangle_horizontal": "Horizontal Rectangle",
10851085
"no_shape": "No shape"
10861086
}
@@ -1119,7 +1119,7 @@
11191119
"state": {
11201120
"round": "Round",
11211121
"square": "Square",
1122-
"rectangle_vertical": "Vertical rectangle ",
1122+
"rectangle_vertical": "Vertical rectangle",
11231123
"rectangle_horizontal": "Horizontal Rectangle",
11241124
"no_shape": "No shape"
11251125
}
@@ -1158,7 +1158,7 @@
11581158
"state": {
11591159
"round": "Round",
11601160
"square": "Square",
1161-
"rectangle_vertical": "Vertical rectangle ",
1161+
"rectangle_vertical": "Vertical rectangle",
11621162
"rectangle_horizontal": "Horizontal Rectangle",
11631163
"no_shape": "No shape"
11641164
}
@@ -1197,7 +1197,7 @@
11971197
"state": {
11981198
"round": "Round",
11991199
"square": "Square",
1200-
"rectangle_vertical": "Vertical rectangle ",
1200+
"rectangle_vertical": "Vertical rectangle",
12011201
"rectangle_horizontal": "Horizontal Rectangle",
12021202
"no_shape": "No shape"
12031203
}

0 commit comments

Comments
 (0)