- 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')}
this.uploadCustomBackground()}>
- Upload
+ {variables.getMessage('modals.main.settings.sections.background.source.upload')}{' '}
this.setState({ customURLModal: true })}>
@@ -208,7 +208,7 @@ export default class CustomSettings extends PureComponent {
{this.videoCheck(url) ? : null}
{this.state.customBackground.length > 0 ? (
this.modifyCustomBackground('remove', index)}>
- Remove Image
+ {variables.getMessage('modals.main.settings.sections.background.source.remove')}{' '}
) : 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