Skip to content

Commit

Permalink
Use better label for contrast settings
Browse files Browse the repository at this point in the history
  • Loading branch information
adur1990 committed Jun 7, 2024
1 parent 564a425 commit f8a7c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/src/components/spectrograms/settings/STFTSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ export default function STFTSettings({
render={({ field, fieldState }) => (
<InputGroup
name="contrast"
label="Signal strength"
help="Set the minimum and maximum of the signal."
label="Contrast levels"
help="Set the levels for dark and bright parts."
>
<RangeSlider
label="Filtering"
Expand Down

0 comments on commit f8a7c3f

Please sign in to comment.