mirror of
https://github.com/mue/mue.git
synced 2026-07-19 06:54:10 +02:00
fix(translations): add missing, fix weather location
This commit is contained in:
@@ -181,13 +181,13 @@ export default class CustomSettings extends PureComponent {
|
||||
<div>
|
||||
<MdAddPhotoAlternate />
|
||||
<div>
|
||||
<span className="title">Custom Images</span>
|
||||
<span className="subtitle">Select images from your local computer</span>
|
||||
<span className="title">{variables.getMessage('modals.main.settings.sections.background.source.custom_title')}</span>
|
||||
<span className="subtitle">{variables.getMessage('modals.main.settings.sections.background.source.custom_description')}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="topbarbuttons">
|
||||
<button onClick={() => this.uploadCustomBackground()}>
|
||||
Upload
|
||||
{variables.getMessage('modals.main.settings.sections.background.source.upload')}{' '}
|
||||
<MdOutlineFileUpload />
|
||||
</button>
|
||||
<button onClick={() => this.setState({ customURLModal: true })}>
|
||||
@@ -208,7 +208,7 @@ export default class CustomSettings extends PureComponent {
|
||||
{this.videoCheck(url) ? <MdPersonalVideo className="customvideoicon" /> : null}
|
||||
{this.state.customBackground.length > 0 ? (
|
||||
<button onClick={() => this.modifyCustomBackground('remove', index)}>
|
||||
Remove Image
|
||||
{variables.getMessage('modals.main.settings.sections.background.source.remove')}{' '}
|
||||
<MdCancel />
|
||||
</button>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user