Merge pull request #3041 from influxdata/rename-fix-column
Change "Fix First Column" to "Lock First Column"pull/10616/head
commit
043f4f0893
|
@ -17,7 +17,7 @@ const GraphOptionsFixFirstColumn: SFC<Props> = ({
|
||||||
checked={!!fixed}
|
checked={!!fixed}
|
||||||
onChange={onToggleFixFirstColumn}
|
onChange={onToggleFixFirstColumn}
|
||||||
/>
|
/>
|
||||||
<label htmlFor="fixFirstColumnCheckbox">Fix First Column</label>
|
<label htmlFor="fixFirstColumnCheckbox">Lock First Column</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue