Skip to content

Commit

Permalink
fix: rename "Gain Trim" to "Input" as gain trim is the name of the pa…
Browse files Browse the repository at this point in the history
…rameter
  • Loading branch information
olzzon committed Feb 22, 2021
1 parent 6e3ccbc commit 804235b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/ChanStripFull.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ class ChanStripFull extends React.PureComponent<
<React.Fragment>
{this.doesParamExists(fxParamsList.GainTrim) ? (
<div className="item">
<div className="title">GAIN TRIM</div>
<div className="title">INPUT</div>
<div className="content">
{this.fxParamFader(
fxParamsList.GainTrim
Expand Down

0 comments on commit 804235b

Please sign in to comment.