Fixes codewords in the roundend summary (#14835)
This commit is contained in:
parent
a5f99dc949
commit
0377f328e8
|
|
@ -7,9 +7,7 @@ traitor-round-end-result = {$traitorCount ->
|
|||
*[other] There were {$traitorCount} traitors.
|
||||
}
|
||||
|
||||
traitor-round-end-codewords =
|
||||
The codewords were:
|
||||
[color=White]{$codewords}[/color].
|
||||
traitor-round-end-codewords = The codewords were: [color=White]{$codewords}[/color]
|
||||
|
||||
# Shown at the end of a round of Traitor
|
||||
traitor-user-was-a-traitor = [color=gray]{$user}[/color] was a traitor.
|
||||
|
|
|
|||
Loading…
Reference in New Issue