CB Activity does not apply any case changing to that string. Your issue is likely caused entirely by CSS. Specifically the below CSS style will do this.
Code:
.myClass {
text-transform: capitalize;
}
Right click and inspect element on the button then review the CSS being applied in your browsers developer tools.