Skip to content

Commit 5a4c00b

Browse files
authored
Merge pull request #13 from dannyhp1/develop
Change description for labels.
2 parents 6d0a94b + b78a34a commit 5a4c00b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ class App extends Component {
248248
style={{ color: '#0269a4' }}
249249
/>
250250
}
251-
label="Autocomplete"
251+
label='Code Autocomplete'
252252
style={{ marginRight: '2.5%' }}
253253
/>
254254
<FormControlLabel
@@ -260,7 +260,7 @@ class App extends Component {
260260
style={{ color: '#0269a4' }}
261261
/>
262262
}
263-
label="Practice Format"
263+
label='Practice Mode'
264264
style={{ marginRight: '2.5%' }}
265265
/>
266266
</Grid>

0 commit comments

Comments
 (0)