this text is usually capitalized
The following framework styles will be capitalized by default:
 
"capitalize"
"palm-page-header .title"
"palm-dialog-title"
"palm-button"
 
To escape auto-capialization, override them in your local CSS or add the class "un-capitalize"
...
this text is usually capitalized
...
.capitalize, .palm-page-header.multi-line .title, .palm-group-title, .palm-dialog-title, .palm-button { text-transform: capitalize; } .un-capitalize { text-transform: none !important; }