Skip to content

Commit

Permalink
Replace missing trans key
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Oct 17, 2021
1 parent 0d1fab4 commit 2f3f57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/training/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ function renderUserInfosOffline(user: OfflineUser, ctrl: IMenuCtrl) {
function renderUserInfosOnline(user: PuzzleUserData) {
const rating = user.rating
return [
h('p.trainingRatingHeader', h.trust(i18n('yourPuzzleRatingX', `<strong>${rating}</strong>`)))
h('p.trainingRatingHeader', h.trust(i18n('xRating', `<strong>${rating}</strong>`)))
]
}

0 comments on commit 2f3f57b

Please sign in to comment.