Skip to content

Commit

Permalink
#46: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
petervojtek committed Mar 15, 2017
1 parent 386b44d commit f67e944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RoutePlannerResults.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class RoutePlannerResults extends React.Component {
}

midpointClicked(position) {
const line1 = 'Odstrániť bod?';
const line1 = 'Odstrániť zastávku?';
const line2 = [
<Button key="yes" onClick={() => this.props.onRemoveMidpoint(position)}>
<span style={{ fontWeight:700 }}>Áno</span>
Expand Down

0 comments on commit f67e944

Please sign in to comment.