Skip to content

Commit

Permalink
support for dynamic locale, #319
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Aug 27, 2022
1 parent 4980868 commit bc3bb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/proportions/ProportionsGenerationSpinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ProportionsGenerationSpinner extends NumberSpinner {
mouseAreaXDilation: 10,
mouseAreaYDilation: 5,
numberDisplayOptions: {
valuePattern: naturalSelectionStrings.generationValue,
valuePattern: naturalSelectionStrings.generationValueProperty,
align: 'center',
xMargin: 0,
yMargin: 0,
Expand Down

0 comments on commit bc3bb4a

Please sign in to comment.