mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-29 12:14:00 -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>
|
||||||
<div className='second-set'>
|
<div className='second-set'>
|
||||||
{this.renderRadioButtons('upper-right', 'Top Right')}
|
{this.renderRadioButtons('upper-right', 'Top Right')}
|
||||||
{this.renderRadioButtons('lower-right', 'Bottom Left')}
|
{this.renderRadioButtons('lower-right', 'Bottom Right')}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user