ELECTRON-1388: fix typo in notification setting radio button text (#729)

This commit is contained in:
Vishwas Shashidhar 2019-07-16 11:02:46 +05:30 committed by GitHub
parent 4832c906d1
commit 54156ffc15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ export default class NotificationSettings extends React.Component<{}, IState> {
</div>
<div className='second-set'>
{this.renderRadioButtons('upper-right', 'Top Right')}
{this.renderRadioButtons('lower-right', 'Bottom Left')}
{this.renderRadioButtons('lower-right', 'Bottom Right')}
</div>
</div>
</form>