mirror of
https://github.com/mue/mue.git
synced 2026-07-16 05:23:49 +02:00
feat(i18n): finish redoing translations
This commit is contained in:
@@ -119,23 +119,13 @@ class Navbar extends PureComponent {
|
||||
{this.state.refreshEnabled !== 'false' && <Refresh fontSize={this.state.zoomFontSize} />}
|
||||
|
||||
<Tooltip
|
||||
// FIXME: doesn't exist
|
||||
// title={variables.getMessage('modals.main.navbar.settings', {
|
||||
// type: variables.getMessage(
|
||||
// 'modals.main.navbar.tooltips.refresh_' + this.refreshValue,
|
||||
// ),
|
||||
// })}
|
||||
title={variables.getMessage('modals.main.navbar.settings')}
|
||||
>
|
||||
<button
|
||||
className="navbarButton"
|
||||
onClick={() => this.props.openModal('mainModal')}
|
||||
style={{ fontSize: this.state.zoomFontSize }}
|
||||
// FIXME: and here
|
||||
// aria-label={variables.getMessage('modals.main.navbar.settings', {
|
||||
// type: variables.getMessage(
|
||||
// 'modals.main.navbar.tooltips.refresh_' + this.refreshValue,
|
||||
// ),
|
||||
// })}
|
||||
aria-label={variables.getMessage('modals.main.navbar.settings')}
|
||||
>
|
||||
<MdSettings className="settings-icon topicons" />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user