Skip to content

Commit

Permalink
new content
Browse files Browse the repository at this point in the history
  • Loading branch information
depsiatwal committed Jan 21, 2025
1 parent 8a2c66e commit 27f48d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions exporter/applications/forms/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,11 @@ def __init__(self, *args, application_reference, cancel_url, **kwargs):
def get_layout_fields(self):
return [
HTML.p(
"Progress on the case will stop while you are making changes. The application will appear in your drafts until you re-submit."
"Progress on the case will stop while you are making changes. The application will appear in 'Drafts' until you re-submit."
),
HTML.p(
"Re-submitting the application with changes means it will take longer to process and will have a new ECJU case reference."
"""Submitting your edited application again will mean it is treated as a new case, with a new ECJU case reference.
It will go back to the start of the assessment process to be re-checked by advisers."""
),
HTML.p(f"Your own application reference '{self.application_reference}' will remain the same."),
]
Expand Down

0 comments on commit 27f48d3

Please sign in to comment.