Skip to content

Commit

Permalink
Merge pull request #1452 from alphagov/update-copy
Browse files Browse the repository at this point in the history
Add missing full stops to technical fault report description.
  • Loading branch information
brucebolt authored Aug 27, 2024
2 parents 48bf44f + 570aef2 commit 5648772
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 5648772

Please sign in to comment.