Skip to content

Commit

Permalink
fix(): fix cases
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Jun 2, 2020
1 parent 2fdcead commit cf95d7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/panel/components/EvaluationsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function EvaluationsPanel(): React.ReactElement {
/>
<Switch
checked={stringWrap}
label="String Wrap"
label="String wrap"
onChange={handleToggleStringWrap}
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/panel/components/TransformationsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function TransformationsPanel(): React.ReactElement {
/>
<Switch
checked={stringWrap}
label="String Wrap"
label="String wrap"
onChange={handleToggleStringWrap}
/>
</div>
Expand Down

0 comments on commit cf95d7b

Please sign in to comment.