mirror of
https://github.com/mue/mue.git
synced 2026-07-20 23:44:07 +02:00
fix(translations): modal error fixes
This commit is contained in:
@@ -19,7 +19,7 @@ export default class Header extends PureComponent {
|
||||
<div className="flexTopMarketplace">
|
||||
{this.props.backButton ? (
|
||||
<div className="returnButton" onClick={this.props.clickEffect}>
|
||||
<Tooltip title="back" key="backArrow">
|
||||
<Tooltip title={getMessage('modals.main.navbar.marketplace.product.buttons.back')} key="backArrow">
|
||||
<MdArrowBack className="backArrow" />
|
||||
</Tooltip>
|
||||
</div>
|
||||
|
||||
@@ -109,7 +109,7 @@ export default class Changelog extends PureComponent {
|
||||
return errorMessage(
|
||||
<div className="loaderHolder">
|
||||
<div id="loader"></div>
|
||||
<span className="subtitle">Loading</span>
|
||||
<span className="subtitle">{getMessage('modals.main.loading')}</span>
|
||||
</div>,
|
||||
);
|
||||
}
|
||||
|
||||
@@ -29,6 +29,7 @@ export default class TimeSettings extends PureComponent {
|
||||
<SettingsItem
|
||||
title={getMessage('modals.main.settings.sections.time.digital.title')}
|
||||
subtitle={getMessage('modals.main.settings.sections.time.digital.subtitle')}
|
||||
final={true}
|
||||
>
|
||||
<Radio
|
||||
name="timeformat"
|
||||
@@ -62,6 +63,7 @@ export default class TimeSettings extends PureComponent {
|
||||
<SettingsItem
|
||||
title={getMessage('modals.main.settings.sections.time.analogue.title')}
|
||||
subtitle={getMessage('modals.main.settings.sections.time.analogue.subtitle')}
|
||||
final={true}
|
||||
>
|
||||
<Checkbox
|
||||
name="secondHand"
|
||||
@@ -110,6 +112,7 @@ export default class TimeSettings extends PureComponent {
|
||||
<SettingsItem
|
||||
title={getMessage('modals.main.settings.sections.time.type')}
|
||||
subtitle={getMessage('modals.main.settings.sections.time.type_subtitle')}
|
||||
final={this.state.timeType === 'percentageComplete'}
|
||||
>
|
||||
<Dropdown
|
||||
name="timeType"
|
||||
|
||||
Reference in New Issue
Block a user