Change string casing for menu option to be consistent

main
Dillon Mulroy 7 years ago committed by Brian Dennis
parent 77464f6845
commit 700872c188

@ -94,7 +94,7 @@ class Settings extends React.Component {
onChange={this.props.onChange.bind(null, 'dropShadowBlurRadius')}
/>
<Toggle
label="Reset Settings"
label="Reset settings"
enabled={false}
onChange={this.props.resetDefaultSettings}
/>

Loading…
Cancel
Save