Skip to main content

In Windows GUI, the translation is used for detail tabs, incl. case sensitivity

 

In Universal, are only CAPITALS used? Why? Please make this consistent with Windows in order to comply with our styling guidelines

 

We also don't want the uppercase for tabs (because we use uppercase for our grid titles), for now we changed this in CSS but this idea would work better.

CSS code:

.MuiTab-root .title {
  text-transform: capitalize !important;
}