Skip to content

Commit

Permalink
Minor fixes (OpenStickCommunity#1137)
Browse files Browse the repository at this point in the history
* Copy for pin viewer

* Change turbo validation in ui to be the same as TURBO_SHOT_MIN in turbo addon
  • Loading branch information
Pelsin authored Sep 17, 2024
1 parent 6c97bc0 commit ca3bac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/src/Addons/Turbo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const turboScheme = {
turboShotCount: yup
.number()
.label('Turbo Shot Count')
.validateRangeWhenValue('TurboInputEnabled', 5, 30),
.validateRangeWhenValue('TurboInputEnabled', 2, 30),
shmupMode: yup
.number()
.label('Shmup Mode Enabled')
Expand Down
2 changes: 1 addition & 1 deletion www/src/Locales/en/PinMapping.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
'header-text': 'Pin Mapping',
'sub-header-text': `If you're unsure what button is connect to what pin, try out the pin viewer.`,
'sub-header-text': `Use Pin Viewer to see button to pin connection.`,
'alert-text':
"Mapping buttons to pins that aren't connected or available can leave the device in non-functional state. To clear the invalid configuration go to the <2>Reset Settings</2> page.",
'pin-viewer': 'Pin viewer',
Expand Down

0 comments on commit ca3bac9

Please sign in to comment.