Skip to content

Commit

Permalink
Rename "with a contribution" "with contribution" (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
timpeat authored Jan 20, 2025
1 parent 0d3c4a9 commit 07049f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
2 changes: 1 addition & 1 deletion spec/components/decision_overall_result_component_spec.rb
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

0 comments on commit 07049f0

Please sign in to comment.