diff --git a/src/app/components/forms/location/Location.babel.js b/src/app/components/forms/location/Location.babel.js index f62ac18..b260150 100644 --- a/src/app/components/forms/location/Location.babel.js +++ b/src/app/components/forms/location/Location.babel.js @@ -177,7 +177,7 @@ export default class Location extends FormGroup { { this.state.reverseCoords ? ( - Did you mean? Longitude: {this.state.reverseCoords.longLatResult[0]} Latitude: {this.state.reverseCoords.longLatResult[1]}? + Did you mean: Longitude: {this.state.reverseCoords.longLatResult[0]} Latitude: {this.state.reverseCoords.longLatResult[1]}? ) : null } {this.getErrorMessage ? this.getErrorMessage() : null}