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
Describe the bug
When playing the game there is a display above the grid of cards that shows who's turn it is. It incorrectly shows the text "<strong>" instead of that HTML bolding the text.
E.g. <strong>PlayerName</strong> give clue, Red Team select cards!
Describe the bug
When playing the game there is a display above the grid of cards that shows who's turn it is. It incorrectly shows the text "<strong>" instead of that HTML bolding the text.
E.g.
<strong>PlayerName</strong> give clue, Red Team select cards!
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Current turn is displayed at top with the player name in bold text.
Actual behavior
Player name text is surrounded in the literal <strong> text instead of it being styled.
Screenshots
The text was updated successfully, but these errors were encountered: