Skip to content

Commit

Permalink
Access token labels OMT - MapTiler
Browse files Browse the repository at this point in the history
  • Loading branch information
pathmapper committed Sep 14, 2018
1 parent e02b18c commit fff8fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/modals/ExportModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class ExportModal extends React.Component {
</p>

<p>
<InputBlock label={"OpenMapTiles Access Token: "}>
<InputBlock label={"MapTiler Access Token: "}>
<StringInput
value={(this.props.mapStyle.metadata || {})['maputnik:openmaptiles_access_token']}
onChange={this.changeMetadataProperty.bind(this, "maputnik:openmaptiles_access_token")}
Expand Down
2 changes: 1 addition & 1 deletion src/components/modals/SettingsModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class SettingsModal extends React.Component {
/>
</InputBlock>

<InputBlock label={"OpenMapTiles Access Token"} doc={"Public access token for the OpenMapTiles CDN."}>
<InputBlock label={"MapTiler Access Token"} doc={"Public access token for MapTiler Cloud."}>
<StringInput {...inputProps}
data-wd-key="modal-settings.maputnik:openmaptiles_access_token"
value={metadata['maputnik:openmaptiles_access_token']}
Expand Down

0 comments on commit fff8fb7

Please sign in to comment.