mirror of
https://github.com/mue/mue.git
synced 2026-07-14 20:43:54 +02:00
fix: translation bugs
This commit is contained in:
@@ -17,7 +17,7 @@ export default class DateSettings extends PureComponent {
|
||||
render() {
|
||||
const longSettings = (
|
||||
<>
|
||||
<Dropdown label="Long Format" name="longFormat" category="date">
|
||||
<Dropdown label={variables.getMessage('modals.main.settings.sections.date.long_format')} name="longFormat" category="date">
|
||||
<option value="DMY">DMY</option>
|
||||
<option value="MDY">MDY</option>
|
||||
<option value="YMD">YMD</option>
|
||||
|
||||
@@ -104,7 +104,7 @@ export default class Message extends PureComponent {
|
||||
className="deleteButton"
|
||||
onClick={() => this.modifyMessage('remove', index)}
|
||||
>
|
||||
Remove
|
||||
{variables.getMessage('modals.main.marketplace.product.buttons.remove')}
|
||||
<MdCancel />
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -219,7 +219,7 @@ export default class QuickLinks extends PureComponent {
|
||||
'modals.main.settings.sections.quicklinks.styling_description',
|
||||
)}
|
||||
>
|
||||
<Dropdown label="Style" name="quickLinksStyle" category="other">
|
||||
<Dropdown label={variables.getMessage('modals.main.settings.sections.quicklinks.style')} name="quickLinksStyle" category="other">
|
||||
<option value="icon">
|
||||
{variables.getMessage('modals.main.settings.sections.quicklinks.options.icon')}
|
||||
</option>
|
||||
|
||||
Reference in New Issue
Block a user