Skip to content

Commit

Permalink
Merge pull request #16298 from SergioGlorias/patch-49
Browse files Browse the repository at this point in the history
Fix `showVariationArrows` trans
  • Loading branch information
ornicar authored Oct 30, 2024
2 parents 60be989 + 45b1597 commit e1ff02c
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 e1ff02c

Please sign in to comment.