Skip to content

Commit

Permalink
Merge pull request #7434 from DFE-Digital/fix-apply-buton
Browse files Browse the repository at this point in the history
Fix apply button text
  • Loading branch information
scruti authored Jan 21, 2025
2 parents f2caecc + 18e737b commit d17e976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/vacancies/listing/_job_details.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ section#job-details class="govuk-!-margin-bottom-5"
p.govuk-body = t("jobseekers.job_applications.applying_for_the_job_paragraph")
p.govuk-body = t("jobseekers.job_applications.no_cvs")
= govuk_inset_text text: inset_text
= govuk_button_link_to t("jobseekers.job_applications.apply"), new_jobseekers_job_job_application_path(vacancy.id)
= govuk_button_link_to t("jobseekers.job_applications.apply.apply"), new_jobseekers_job_job_application_path(vacancy.id)
.govuk-body = t("vacancies.international_teacher_advice.text_html", link: tracked_link_to(t("vacancies.international_teacher_advice.link"), "https://getintoteaching.education.gov.uk/non-uk-teachers", link_type: :international_teacher_advice_link_job_listing))

- elsif vacancy.receive_applications == "website"
Expand Down

0 comments on commit d17e976

Please sign in to comment.