Skip to content

Commit

Permalink
Add missing full stops to technical fault report description.
Browse files Browse the repository at this point in the history
There was a missing full-stop from the end of the line and in `e.g.`.
  • Loading branch information
brucebolt committed Aug 27, 2024
1 parent a367524 commit 570aef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/support/requests/technical_fault_report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spec/features/technical_fault_reports_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 570aef2

Please sign in to comment.