We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d3bfc commit d677f32Copy full SHA for d677f32
src/Page/MoleculeBrowser/SortButton/components/styled/form.tsx
@@ -96,12 +96,12 @@ const Radio: React.FunctionComponent<RadioProps>
96
<FormControlLabel
97
value={'ascending'}
98
control={<RadioBase />}
99
- label={'Ascending'}
+ label={'Smallest First'}
100
/>
101
102
value={'descending'}
103
104
- label={'Descending'}
+ label={'Largest First'}
105
106
</RadioGroup>
107
</Grid>
0 commit comments