diff --git a/app/utilities/caution_flag_templates/hcm_caution_flag.rb b/app/utilities/caution_flag_templates/hcm_caution_flag.rb index a9b4b8b0d..fc4aea4b5 100644 --- a/app/utilities/caution_flag_templates/hcm_caution_flag.rb +++ b/app/utilities/caution_flag_templates/hcm_caution_flag.rb @@ -5,8 +5,8 @@ class CautionFlagTemplates::HcmCautionFlag < CautionFlagTemplates::CautionFlagTemplate NAME = Hcm.name TITLE = 'School placed on Heightened Cash Monitoring' - DESCRIPTION = 'The Department of Education has placed this '\ - 'school on Heightened Cash Monitoring because of financial or federal compliance issues.' + DESCRIPTION = 'The Department of Education has placed this school on '\ + 'Heightened Cash Monitoring because of financial or federal compliance issues.' LINK_TEXT = 'Learn more about Heightened Cash Monitoring' LINK_URL = 'https://studentaid.gov/data-center/school/hcm' end