Skip to content

Commit

Permalink
fix: rename Label Monitor Mix to: "{FaderName} Monitor Mix Minus"
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Jan 10, 2020
1 parent ccf487b commit d99a67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/ChanStrip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class ChanStrip extends React.PureComponent<IChanStripProps & IChanStripInjectPr
<div className="vertical-line"></div>
<div className="vertical">
{this.props.label || ("FADER " + (this.props.faderIndex + 1))}
{" MONITOR MIX"}
{" MONITOR MIX MINUS"}
</div>
<div className="vertical-line"></div>
<ul className="monitor-sends">
Expand Down

0 comments on commit d99a67b

Please sign in to comment.