Skip to content

Commit

Permalink
Update student finance to student loan text
Browse files Browse the repository at this point in the history
  • Loading branch information
gms-gs committed Nov 19, 2024
1 parent 182e479 commit 5c0d5ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/decorators/course_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -225,14 +225,14 @@ def funding_option

if excluded_from_bursary?
# Duplicate branch body detected
'Student finance if you’re eligible'
'Student loans if you’re eligible'
elsif has_scholarship_and_bursary? && bursary_and_scholarship_flag_active_or_preview?
'Scholarships or bursaries, as well as student finance, are available if you’re eligible'
'Scholarships or bursaries, as well as student loans, are available if you’re eligible'
elsif has_bursary? && bursary_and_scholarship_flag_active_or_preview?
'Bursaries and student finance are available if you’re eligible'
'Bursaries and student loans are available if you’re eligible'
else
# Duplicate branch body detected
'Student finance is available if you’re eligible'
'Student loans are available if you’re eligible'
end
end

Expand Down

0 comments on commit 5c0d5ec

Please sign in to comment.