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

We do not have any Get Into Teaching events open for registration right now. We'll update this page with new Get Into Teaching events soon.

-
- -
-

In the meantime, take a look at <%= link_to("teacher training provider events", events_path({ teaching_events_search: { type: ["provider"] }}), class: "link--black") %> in your area or online.

+

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.

Get event updates and advice in your inbox

-

Get a better idea if teaching is right for you with regular information on:

+

Be the first to know about new events near you, and get a better idea if teaching is right for you with regular information on:

<%= link_to("Get event updates and advice in your inbox", mailing_list_steps_path, class: "link--black") %>.

+ +
+

Find events from teacher training providers

+

You may also be interested in events organised by teacher training providers. Take a look at <%= link_to("teacher training provider events", events_path({ teaching_events_search: { type: ["provider"] }}), class: "link--black") %> in your area or online.

+
+ <% end %> diff --git a/spec/requests/teaching_events_spec.rb b/spec/requests/teaching_events_spec.rb index c9a1255b16..ff7ef13889 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("We do not have any Get Into Teaching events open for registration right now.") } + it { is_expected.to include("Our spring events are coming soon to Newcastle, Norwich, Sheffield, Manchester, Nottingham, Birmingham, London, Bristol, and Brighton.") } end end