fix limited tournament invitations

pull/3652/merge
Thibault Duplessis 2017-09-30 11:33:00 -05:00
parent 73c6b14ee4
commit a1debdbf0c
1 changed files with 3 additions and 3 deletions

View File

@ -57,13 +57,13 @@ export const renderers: Renderers = {
]),
text: n => "You have joined « " + n.content.name + " »."
},
limitedTournamentInvitation: {
u: {
html: n => generic(n, '/tournament/limited-invitation', 'g', [
h('span', [
h('strong', 'Low rated tournament'),
h('strong', 'Rating limited tournament'),
drawTime(n)
]),
h('span', 'A tournament you can win!')
h('span', 'An event you can win!')
]),
text: n => 'Game with ' + n.content.opponentName + '.'
},