Skip to content

Commit

Permalink
Fixup Ratifying provdier copy
Browse files Browse the repository at this point in the history
  • Loading branch information
inulty-dfe committed Jan 14, 2025
1 parent ca9019d commit 9c0fe0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/views/publish/courses/confirmation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@

<% unless @provider.accredited_provider? || course.is_further_education? %>
<% summary_list.with_row(html_attributes: { data: { qa: "course__accredited_provider" } }) do |row| %>
<% row.with_key { "Accredited provider" } %>
<% row.with_key { "Ratifying provider" } %>
<% row.with_value { course.accrediting_provider.provider_name } %>
<% if @provider.accredited_bodies.length > 1 %>
<% row.with_action(
href: new_publish_provider_recruitment_cycle_courses_accredited_provider_path(course.provider.provider_code, course.recruitment_cycle.year, params.to_unsafe_h.merge(goto_confirmation: true)),
visually_hidden_text: "accredited provider"
visually_hidden_text: "ratifying provider"
) %>
<% else %>
<% row.with_action %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/publish/courses/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<% @courses_by_accrediting_provider.each do |accrediting_provider, courses| %>
<section data-qa="courses__table-section">
<h2 class="govuk-heading-m">
<span class="govuk-caption-m">Accredited provider</span>
<span class="govuk-caption-m">Ratifying provider</span>
<%= accrediting_provider %>
</h2>

Expand Down

0 comments on commit 9c0fe0c

Please sign in to comment.