Skip to content

Commit

Permalink
Removed full stop on grey help text
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyaNahar2 committed Jan 22, 2025
1 parent ca05a3c commit 91b9f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
size: 'm',
text: "How many terms of induction did they spend with you?"
},
hint: { text: "You can use up to one decimal place if the induction term is not a whole number. For example, for 2 and a half terms enter 2.5." }) do
hint: { text: "You can use up to one decimal place if the induction term is not a whole number. For example, for 2 and a half terms enter 2.5" }) do
%>
<p class="govuk-body">You’ll need to consider:</p>
<ul class="govuk-list govuk-list--bullet">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
:number_of_terms,
width: 5,
label: { text: 'Enter number of terms', size: 'm' },
hint: { text: "You can use up to one decimal place if the induction term is not a whole number. For example, for 2 and a half terms enter 2.5." }
hint: { text: "You can use up to one decimal place if the induction term is not a whole number. For example, for 2 and a half terms enter 2.5" }
) %>

<%= f.govuk_submit "Continue" %>
Expand Down

0 comments on commit 91b9f72

Please sign in to comment.