Views title converting to UPPERCASE on one HA server

I have two HA servers running on Raspberry Pis. Both are current versions:
Core: 2024.10.3
Supervisor: 2024.10.3
Operating System: 13.2
Frontend: 20241002.3

But the one HA server with multiple views is displaying all the Titles in UPPERCASE, even though they are set in the ui-lovelace.yaml file as MixedCase.

The HA with only a single View displays the Title exactly as entered in the '- title:" entry with its mixed case.

Anyone seen this before? Know where I should check?

Thanks!

In all HA clients - titles of view are shown with capitals. This is a hard coded CSS style.
In case of only view - it’s name not displayed, what you see is a name of a dashboard which is not transformed.

Transformation may be removed by card-mod theme - find s dedicated thread here or card-mod GitHub repo.