Problem
When displaying a monolingual text statement, the language name should be visually distinguishable from the value.
At the moment, the language is displayed on the same line and in the same style as the value, so it's not clear that they are two separate things, and a monolingual text statement with the value "test" and language "English" looks identical to a string property with the value "test (English)".
This can be confusing and read as a value that includes an appended the language name.
Example screenshot:
Solution
The language should be marked as grey with a value of color-subtle. We'll use the necessary Codex token to update this style.
The solution suggested by @Nikki:
I've been using .wb-monolingualtext-language-name { color: grey; } to make the text grey for the language name and it's been a big improvement for me.
Example screenshot: