Skip to content

Commit

Permalink
Merge pull request #345 from alphagov/eng-290-copy-fixes
Browse files Browse the repository at this point in the history
Fixes spelling mistakes and layout issues.
  • Loading branch information
CorinWilkins authored Jul 5, 2024
2 parents b647fc1 + 7ff0989 commit d468e74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/views/check_your_answers/check_your_answers.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
<td class="govuk-table__cell"><%= @answers[:account_description] %></td>
<td class="govuk-table__cell"><%= link_to 'Change', account_details_path, class: 'govuk-link' %></td>
</tr>
<tr class="govuk-table__row">
<td class="govuk-table__header">Admin users</td>
<td class="govuk-table__cell"><%= @answers[:admin_users] %></td>
<td class="govuk-table__cell"><%= link_to 'Change', administrators_path, class: 'govuk-link' %></td>
</tr>
<tr class="govuk-table__row">
<td colspan="3" class="govuk-table__header govuk-!-font-size-24" style="padding-top: 1.3em;">
Billing</td>
Expand Down Expand Up @@ -50,11 +55,6 @@
<td class="govuk-table__cell"><%= @answers[:cost_centre_description].nil? ? "N/A" : @answers[:cost_centre_description] %></td>
<td class="govuk-table__cell"><%= link_to 'Change', organisation_path, class: 'govuk-link' %></td>
</tr>
<tr class="govuk-table__row">
<td class="govuk-table__header">Admin users</td>
<td class="govuk-table__cell"><%= @answers[:admin_users] %></td>
<td class="govuk-table__cell"><%= link_to 'Change', administrators_path, class: 'govuk-link' %></td>
</tr>

<tr class="govuk-table__row">
<td colspan="3"
Expand Down
2 changes: 1 addition & 1 deletion app/views/organisation/organisation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Who is paying for the account?
</h1>
</legend>
<p class=govuk-body>You must confirm who is paying for this account. In most cases this is by a recharge to a cost center in others we invoice your business unit directly. You must have the budget holder's permission before continuing. You can find the Cabinet Office cost centre's <a href="https://intranet.cabinetoffice.gov.uk/task/cabinet-office-cost-centres/" class=govuk-link>here</a>. (You must be on the VPN.)</p>
<p class=govuk-body>You must confirm who is paying for this account. In most cases this is by a recharge to a cost centre in others we invoice your business unit directly. You must have the budget holder's permission before continuing. You can find Cabinet Office cost centres <a href="https://intranet.cabinetoffice.gov.uk/wagtail-user-sandbox-area/cdt-information-hub/co-reporting/cabinet-office-cost-centres/" class=govuk-link>here</a>. (You must be on the VPN.)</p>
<div class="govuk-form-group <%= 'govuk-form-group--error' if @form.errors.any? %>">
<span id="value-error" class="govuk-error-message">
<span class="govuk-visually-hidden">Error:</span><%= @form.errors[:organisation_specified].first %>
Expand Down

0 comments on commit d468e74

Please sign in to comment.