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

Rename "with a contribution" "with contribution" #797

Merged
merged 1 commit into from
Jan 20, 2025
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/casework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ en:
failed: Failed
decision_means_test_result:
passed: Passed
passed_with_contribution: Passed - with a contribution
passed_with_contribution: Passed - with contribution
failed: Failed
decision_funding_decision:
granted: Granted
Expand All @@ -481,7 +481,7 @@ en:
granted: Granted
refused: Refused
granted_failed_means: Granted - failed means test
granted_with_contribution: Granted - with a contribution
granted_with_contribution: Granted - with contribution
either_way: Either way
esa: Income-related Employment and Support Allowance (ESA)
guarantee_pension: Guarantee Credit element of Pension Credit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
instance_double(LaaCrimeSchemas::Structs::TestResult, result: 'passed_with_contribution')
end

it { is_expected.to have_text('Granted - with a contribution') }
it { is_expected.to have_text('Granted - with contribution') }
it { is_expected.to have_css('.govuk-tag--green') }
end

Expand Down
Loading