mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-26 02:40:24 -06:00
ELECTRON-1388: fix typo in notification setting radio button text (#729)
This commit is contained in:
parent
4832c906d1
commit
54156ffc15
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user