Skip to content

Commit

Permalink
Merge pull request #7493 from ministryofjustice/AP-4414-amend-questio…
Browse files Browse the repository at this point in the history
…n-why-new-application

AP-4414: Amend question why new application
  • Loading branch information
skdejong authored Dec 6, 2024
2 parents 30bd2ad + 04d5d22 commit 72f7e22
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
:details,
label: { size: "xl", tag: "h1", text: page_title },
caption: { text: @proceeding.meaning, size: "xl" },
hint: { text: t(".hint-text") },
rows: 8,
) %>
<%= next_action_buttons(show_draft: true, form:) %>
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en/activemodel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ en:
proceeding_merits_task/vary_order:
attributes:
details:
blank: Enter reason for making a new application
blank: Enter details of the changes since the original order was made
partner:
attributes:
date_of_birth:
Expand Down
5 changes: 2 additions & 3 deletions config/locales/en/providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,7 @@ en:
confirmed: I confirm this specific issue proceeding is not for a change of name application
vary_order:
show:
h1-heading: Why are you making a new application?
hint-text: Tell us what has changed since the original order was made.
h1-heading: What has changed since the original order was made?
is_client_biological_parent:
show:
page_title: Is your client the biological parent of any children involved?
Expand Down Expand Up @@ -1378,7 +1377,7 @@ en:
specific_issue_html: <span class="govuk-visually-hidden">%{proceeding} </span>Specific Issue
prohibited_steps_html: <span class="govuk-visually-hidden">%{proceeding} </span>Prohibited steps
opponents_application_html: <span class="govuk-visually-hidden">%{proceeding} </span>Opponent application
vary_order_html: <span class="govuk-visually-hidden">%{proceeding} </span>Reason for new application
vary_order_html: <span class="govuk-visually-hidden">%{proceeding} </span>Changes since original order was made
client_relationship_to_proceeding_html: <span class="govuk-visually-hidden">%{proceeding} </span>Who your client is in the proceeding
states:
not_started: Not started
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en/shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ en:
prospects_of_success: Is the chance of a successful outcome 50% or better?
success_prospect: What is the chance of a successful outcome?
specific_issue: What specific issue do you want to determine at court?
vary_order: Why are you making a new application?
vary_order: Changes since original order was made
what_is_prohibited: What you're asking to be prohibited
supporting_evidence:
evidence_types:
Expand Down
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
resource :prohibited_steps, only: %i[show update]
resource :specific_issue, only: %i[show update], controller: "specific_issue"
resource :success_prospects, only: %i[show update]
resource :vary_order, only: %i[show update], controller: "vary_order"
resource :vary_order, only: %i[show update], controller: "vary_order", path: "changes_since_original"
resource :is_client_biological_parent, only: %i[show update], controller: :is_client_biological_parent
resource :does_client_have_parental_responsibility, only: %i[show update]
resource :is_client_child_subject, only: %i[show update], controller: :is_client_child_subject, path: "is_client_a_child_subject_of_proceeding"
Expand Down

0 comments on commit 72f7e22

Please sign in to comment.