Renames "Threshold" > "Noise Threshold"

This commit is contained in:
psychedelicious 2022-11-23 18:40:38 +11:00 committed by blessedcoolant
parent 500bde5b0e
commit 344cdf0ade

View File

@ -17,7 +17,7 @@ export default function Threshold() {
return ( return (
<IAINumberInput <IAINumberInput
label="Threshold" label="Noise Threshold"
min={0} min={0}
max={1000} max={1000}
step={0.1} step={0.1}