hamboneza Sorry I was working on R3.
So, for that case only the first letter is uppercase because of the text format. A non elegant but quick way to solve that:
File:
_partials\localBox\box_two.php
Line 50:
<dd class="text-muted">
to
<dd class="text-muted" style="text-transform: capitalize;">
However the properly way to solve that is to edit the CSS and even better using php to check that string.