Fix translation of tool tip

This commit is contained in:
Johan Kwarnmark 2021-02-01 17:40:02 +01:00
parent 0d38f9a113
commit aa848a0b4a

View File

@ -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={