diff --git a/src/components/modals/SourcesModal.jsx b/src/components/modals/SourcesModal.jsx index 75989a78..73df9205 100644 --- a/src/components/modals/SourcesModal.jsx +++ b/src/components/modals/SourcesModal.jsx @@ -210,9 +210,20 @@ class SourcesModal extends React.Component { title={'Sources'} >
+ Add one of the publicly availble sources to your style. +
+Add a new source to your style. You can only choose the source type and id at creation time!
@@ -220,17 +231,6 @@ class SourcesModal extends React.Component { onAdd={(sourceId, source) => this.props.onStyleChanged(addSource(mapStyle, sourceId, source))} />- Add one of the publicly availble sources to your style. -
-