Skip to content

Commit 1d1dfec

Browse files
Fix label key casing in cwc.html
1 parent 50194ca commit 1d1dfec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

godwin/sdb6/cwc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ <h2>godwin@sdb6.org</h2>
3434
"customLabels":[
3535
{
3636
"sectionName":"EmbeddedMessagingChatHeader",
37-
"LabelName":"DefaultHeaderText",
38-
"LabelValue":"This is my custom label"
37+
"labelName":"DefaultHeaderText",
38+
"labelValue":"This is my custom label"
3939
}
4040
]
4141
};

0 commit comments

Comments
 (0)