Skip to content

Commit

Permalink
translate puzzle hint
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Nov 10, 2024
1 parent b0970b0 commit 9adb6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/puzzle/src/view/feedback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const viewSolution = (ctrl: PuzzleCtrl): VNode =>
? h(
'a.button' + (ctrl.showHint() ? '' : '.button-empty'),
{ hook: bind('click', ctrl.toggleHint) },
'Hint',
i18n.site.getAHint,
)
: undefined,
h('a.button.button-empty', { hook: bind('click', ctrl.viewSolution) }, i18n.site.viewTheSolution),
Expand Down

0 comments on commit 9adb6f9

Please sign in to comment.