mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-29 02:11:28 -06:00
Fix translation of tool tip
This commit is contained in:
parent
0d38f9a113
commit
aa848a0b4a
@ -89,7 +89,7 @@ export default class NotificationSettings extends React.Component<{}, IState> {
|
||||
: undefined
|
||||
}
|
||||
id='screen-selector'
|
||||
title='position'
|
||||
title={i18n.t('Position', NOTIFICATION_SETTINGS_NAMESPACE)()}
|
||||
value={this.state.display}
|
||||
onChange={this.selectDisplay.bind(this)}
|
||||
>
|
||||
@ -101,9 +101,7 @@ export default class NotificationSettings extends React.Component<{}, IState> {
|
||||
style={
|
||||
this.state.theme === Themes.DARK ? { color: 'white' } : undefined
|
||||
}
|
||||
>
|
||||
{i18n.t('Position', NOTIFICATION_SETTINGS_NAMESPACE)()}
|
||||
</label>
|
||||
></label>
|
||||
<div
|
||||
className='position-container'
|
||||
style={
|
||||
|
Loading…
Reference in New Issue
Block a user