Merge pull request #3041 from influxdata/rename-fix-column

Change "Fix First Column" to "Lock First Column"
pull/10616/head
Alex Paxton 2018-03-23 09:32:26 -07:00 committed by GitHub
commit 043f4f0893
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const GraphOptionsFixFirstColumn: SFC<Props> = ({
checked={!!fixed}
onChange={onToggleFixFirstColumn}
/>
<label htmlFor="fixFirstColumnCheckbox">Fix First Column</label>
<label htmlFor="fixFirstColumnCheckbox">Lock First Column</label>
</div>
</div>
)