diff --git a/app/views/teaching_events/about_git_events.html.erb b/app/views/teaching_events/about_git_events.html.erb index 52c6323319..b3927ff8b6 100644 --- a/app/views/teaching_events/about_git_events.html.erb +++ b/app/views/teaching_events/about_git_events.html.erb @@ -69,8 +69,8 @@ <% else %>
-

Our spring events are coming soon to Newcastle, Norwich, Sheffield, Manchester, Nottingham, Birmingham, London, Bristol, and Brighton.

-

We'll update this page with more details in January.

+

From January to March 2025, we'll be holding events in Newcastle, Sheffield, Manchester, Nottingham, Birmingham, London, Norwich, Bristol and Brighton, and also online.

+

We'll update this page in January with more details about each event and how to register.

diff --git a/spec/requests/teaching_events_spec.rb b/spec/requests/teaching_events_spec.rb index ff7ef13889..8064c45226 100644 --- a/spec/requests/teaching_events_spec.rb +++ b/spec/requests/teaching_events_spec.rb @@ -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