Skip to content

Commit

Permalink
Add wording for SMS confirmations
Browse files Browse the repository at this point in the history
  • Loading branch information
benlovell committed Oct 10, 2024
1 parent cabaffe commit 4669cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/telephone_appointments/_step_3.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<div class="form-group <%= 'form-group-error' if @telephone_appointment.errors.include?(:phone) %>">
<%= f.label :phone, class: 'form-label-bold' do %>
Phone number
<span class="form-hint">The number you’d like us to call you on. We’ll send an SMS appointment reminder if a mobile number is provided. For non-UK numbers include the country dialling code</span>
<span class="form-hint">The number you’d like us to call you on. We’ll send an SMS appointment confirmation and reminder if a mobile number is provided. For non-UK numbers include the country dialling code</span>
<% end %>

<% if @telephone_appointment.errors.include?(:phone) %>
Expand Down

0 comments on commit 4669cf5

Please sign in to comment.