Skip to content

Commit

Permalink
Fix showVariationArrows trans
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGlorias authored Oct 30, 2024
1 parent 60be989 commit 45b1597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/analyse/src/view/actionMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export function view(ctrl: AnalyseCtrl): VNode {
!isTouchDevice() &&
ctrlToggle(
{
name: 'showVariationArrows',
name: i18n.site.showVariationArrows,
title: 'Variation navigation arrows',
id: 'variationArrows',
checked: ctrl.variationArrowsProp(),
Expand Down

0 comments on commit 45b1597

Please sign in to comment.