Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CAPT-1938] Tweak EY journey name #3372

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ en:
prepared_date: "31 July 2019"
updated_date: "28 July 2022"
claim_description: for an early years financial incentive payment
journey_name: Claim an early years financial incentive payment - provider
journey_name: Claim an early years financial incentive payment
feedback_email: "[email protected]"
support_email_address: "[email protected]"
forms:
Expand Down Expand Up @@ -1466,7 +1466,7 @@ en:
identity_confirmation:
title: "Do these names match?"
early_years_payment_practitioner:
journey_name: Claim an early years financial incentive payment - practitioner
journey_name: Claim an early years financial incentive payment
feedback_email: "[email protected]"
support_email: "[email protected]"
claim_description: for early years financial incentive payment
Expand Down
2 changes: 1 addition & 1 deletion spec/features/admin/eligible_ey_providers_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
sign_in_as_service_operator

click_link "Manage services"
click_link "Change Claim an early years financial incentive payment - provider"
click_link "Change Claim an early years financial incentive payment"

attach_file "eligible-ey-providers-upload-file-field", eligible_ey_providers_csv_file.path
click_button "Upload CSV"
Expand Down