Skip to content

Commit

Permalink
Fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed May 11, 2021
1 parent 42104ba commit 7a05fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/settings/gameDisplay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function renderBody() {
formWidgets.renderMultipleChoiceButton(
i18n('landscapeBoardSide'), [
{ label: i18n('positionLeft'), value: 'left' },
{ label: i18n('positonRight'), value: 'right' },
{ label: i18n('positionRight'), value: 'right' },
],
settings.game.landscapeBoardSide,
),
Expand Down

0 comments on commit 7a05fd0

Please sign in to comment.