You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In commit 3e208d7, the string "Type:"
was extracted from the template string to be translated separately,
including The colon. It is correct for the colon to be part of the
translatable string, because (for example) in French there must be a
non-breaking space between the word and the colon.
However, there was also a stray colon in the template string. Remove it.
0 commit comments