We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e783c92 commit 522c550Copy full SHA for 522c550
1 file changed
src/ps/games/render.tsx
@@ -57,7 +57,7 @@ export function renderSignups<State extends BaseState>(this: BaseGame<State>, st
57
{this.$T('GAME.LABELS.RANDOM')}
58
</Button>
59
) : null}
60
- {!this.sides ? <Button value={`${this.renderCtx.msg} join`}>Join</Button> : null}
+ {!this.sides ? <Button value={`${this.renderCtx.msg} join`}>{this.$T('GAME.LABELS.JOIN')}</Button> : null}
61
{staff && startable ? (
62
<Button value={`${this.renderCtx.msg} start`} style={{ marginLeft: 8 }}>
63
{this.$T('GAME.LABELS.START')}
0 commit comments