Skip to content

Commit

Permalink
Merge pull request #15 from co-cddo/update-home-page-text
Browse files Browse the repository at this point in the history
Refinement of home page text
  • Loading branch information
RobNicholsGDS authored Feb 20, 2024
2 parents ed67773 + 5d9fe9e commit 12d42e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</p>
<ul class="govuk-list govuk-list--bullet">
<li>
Each entry is provided with it's own form. This give a place where text can be added
to described to the user what information is required for each entry.
The entry at each step is provided with it's own form. This give a place where text can
be added to described to the user what information is required at each step.
</li>
<li>
Validation can be applied for each entry. This give immediate (on submission) feedback
on any problems with the input. That feedback will be specific to the current entry
Validation can be applied at each step. This give immediate (on submission) feedback
on any problems with the input. That feedback will be specific to the current step
so will be easier to understand.
</li>
<li>
Expand All @@ -25,7 +25,7 @@
When the central host app is updated, the update applies to all users.
</li>
<li>
Submission are stored in a central database so can be shared as needed, or passed
Submissions are stored in a central database so can be shared as needed, or passed
to additional services (the data marketplace for example) as required.
</li>
</ul>
Expand Down

0 comments on commit 12d42e4

Please sign in to comment.