Skip to content

Commit

Permalink
text change (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
HansVanHerwijnen authored Sep 15, 2023
2 parents 8de15a4 + 52c593f commit 458d64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/close.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<p local-class="exception-message">Your location could not be loaded, so this page cannot show the stations that are closest to you.</p>
<button type="button" local-class="button" {{on 'click' this.getUserLocation}}>Try again</button>
{{else}}
<h4 local-class="header">The shown distance is path of flight</h4>
<h4 local-class="header">The shown distance is as the crow flies</h4>
<Stationlist @stations={{this.stationsByDistance}} />
{{/if}}
{{/if}}

0 comments on commit 458d64d

Please sign in to comment.