Added SubscriptionsMap
This commit is contained in:
parent
b5d984de6f
commit
3eeb14e30e
10 changed files with 303 additions and 20 deletions
|
|
@ -37,7 +37,7 @@ class CenterInMyPosition extends React.Component {
|
|||
render() {
|
||||
return (
|
||||
<Button bsStyle="default" onClick={() => this.onClick()}>
|
||||
<i className="icons icon-target" />{this.props.t('Centrar el mapa en tu ubicación')}
|
||||
<i className="icons icon-target" />{this.props.t('Centrar en tu ubicación')}
|
||||
</Button>);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue