Skip to content

Commit

Permalink
Merge pull request #4431 from DFE-Digital/Update-events-holding-messa…
Browse files Browse the repository at this point in the history
…ge-for-Spring-events

Update holding message on About GIT events page
  • Loading branch information
gemmadallmandfe authored Dec 12, 2024
2 parents 7da5116 + 9ba25ad commit 01cb039
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/views/teaching_events/about_git_events.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
</section>
<% else %>
<section class="col col-720 col-space-m">
<p>Our spring events are coming soon to Newcastle, Norwich, Sheffield, Manchester, Nottingham, Birmingham, London, Bristol, and Brighton.</p>
<p>We'll update this page with more details in January.</p>
<p>From January to March 2025, we'll be holding events in Newcastle, Sheffield, Manchester, Nottingham, Birmingham, London, Norwich, Bristol and Brighton, and also online.</p>
<p>We'll update this page in January with more details about each event and how to register.</p>
</section>

<section class="col col-720">
Expand Down
2 changes: 1 addition & 1 deletion spec/requests/teaching_events_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
context "when there are no GiT events" do
let(:events) { [] }

it { is_expected.to include("Our spring events are coming soon to Newcastle, Norwich, Sheffield, Manchester, Nottingham, Birmingham, London, Bristol, and Brighton.") }
it { is_expected.to include("From January to March 2025, we'll be holding events in Newcastle, Sheffield, Manchester, Nottingham, Birmingham, London, Norwich, Bristol and Brighton, and also online.") }
end
end

Expand Down

0 comments on commit 01cb039

Please sign in to comment.