Skip to content

Commit

Permalink
Update ride times hint text
Browse files Browse the repository at this point in the history
This is somewhat about #68, but also shorter, and “noon”
doesn’t actually work at the moment.
  • Loading branch information
backspace committed Dec 21, 2017
1 parent 330e96f commit c8983db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/components/ride-form.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{#paper-form onSubmit=save as |form|}}
<div class='layout-column'>
{{#form.input class='timespan' label='Timespan' autofocus=true textarea=true value=ride.timespan onChange=(action 'timespanUpdated') as |textHelper|}}
<div class="hint">Start and end of visit; “friday from 2 to 4pm” or “jul 23 to 27”</div>
<div class="hint">“friday from 2 to 4” or “tomorrow 11am to noon”</div>
{{/form.input}}
</div>
<div class='layout-row layout-xs-column'>
Expand Down

0 comments on commit c8983db

Please sign in to comment.