diff --git a/src/components/modals/main/settings/sections/Weather.jsx b/src/components/modals/main/settings/sections/Weather.jsx index 81f322a0..7f9c7bd1 100644 --- a/src/components/modals/main/settings/sections/Weather.jsx +++ b/src/components/modals/main/settings/sections/Weather.jsx @@ -71,10 +71,10 @@ export default class TimeSettings extends PureComponent { /> - - - - + + + + {localStorage.getItem('weatherType') === 4 && ( - +
- Custom Images - Select images from your local computer + {variables.getMessage('modals.main.settings.sections.background.source.custom_title')} + {variables.getMessage('modals.main.settings.sections.background.source.custom_description')}
) : null} diff --git a/src/translations/en_GB.json b/src/translations/en_GB.json index 168b9c54..da84d23a 100644 --- a/src/translations/en_GB.json +++ b/src/translations/en_GB.json @@ -34,13 +34,7 @@ "not_found": "Not Found", "meters": "{amount} metres", "extra_information": "Extra Information", - "feels_like": "Feels like {amount}", - "options": { - "basic": "Basic", - "standard": "Standard", - "expanded": "Expanded", - "custom": "Custom" - } + "feels_like": "Feels like {amount}" }, "quote": { "link_tooltip": "Open on Wikipedia", @@ -235,7 +229,10 @@ "high": "High Quality", "normal": "Normal Quality", "datasaver": "Data Saver" - } + }, + "custom_title": "Custom Images", + "custom_description": "Select images from your local computer", + "remove": "Remove Image" }, "display": "Display", "display_subtitle": "Change how background and photo information are loaded", @@ -287,7 +284,14 @@ "min_temp": "Minimum temperature", "max_temp": "Maximum temperature", "atmospheric_pressure": "Atmospheric pressure" - } + }, + "options": { + "basic": "Basic", + "standard": "Standard", + "expanded": "Expanded", + "custom": "Custom" + }, + "custom_settings": "Custom Settings" }, "quicklinks": { "title": "Quick Links", @@ -701,4 +705,4 @@ "no_storage": "Not enough storage", "link_copied": "Link copied" } -} +} \ No newline at end of file