diff --git a/app/models/support/requests/technical_fault_report.rb b/app/models/support/requests/technical_fault_report.rb index b2ea5ba6..69495aa0 100644 --- a/app/models/support/requests/technical_fault_report.rb +++ b/app/models/support/requests/technical_fault_report.rb @@ -69,7 +69,7 @@ def self.label end def self.description - "Report something that is not working with any publishing application, eg Whitehall, finders or specialist publisher. Also use for any urgent technical changes" + "Report something that is not working with any publishing application, e.g. Whitehall, finders or specialist publisher. Also use for any urgent technical changes." end end end diff --git a/spec/features/technical_fault_reports_spec.rb b/spec/features/technical_fault_reports_spec.rb index 8e034685..a1b2d84a 100644 --- a/spec/features/technical_fault_reports_spec.rb +++ b/spec/features/technical_fault_reports_spec.rb @@ -56,7 +56,7 @@ def user_fills_in_a_technical_fault_report(details) click_on "Report a technical fault to GDS" - expect(page).to have_content("Report something that is not working with any publishing application, eg Whitehall, finders or specialist publisher. Also use for any urgent technical changes") + expect(page).to have_content("Report something that is not working with any publishing application, e.g. Whitehall, finders or specialist publisher. Also use for any urgent technical changes.") within "#technical-fault-context" do choose details[:location_of_fault]