From 9ba25ad997f330e2d6b7ab1009297fb851d2547e Mon Sep 17 00:00:00 2001 From: gemmadallmandfe <87642394+gemmadallmandfe@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:57:40 +0000 Subject: [PATCH] Update holding message on About GIT events page --- app/views/teaching_events/about_git_events.html.erb | 4 ++-- spec/requests/teaching_events_spec.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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