Skip to content

Commit

Permalink
widget/bets: Fix refund when using non english lang
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Apr 27, 2018
1 parent 1017fa9 commit ff63e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/widgets/bets.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h6 class="widget-title" data-lang="widget-title-bets"></h6>
oIndex++
}

labels.push('refund')
labels.push(translations['refund'])
dataset.push(0)

if (!_.isEqual(dataset, bets.dataset)) {
Expand Down

0 comments on commit ff63e84

Please sign in to comment.