Skip to content

Commit 85207b4

Browse files
committed
Handover messages removed if superfluous (BCF-641)
1 parent c367429 commit 85207b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common_blocks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def initialize(facilitator_name, next_module_name, length:)
172172
facilitator do
173173
spoken "If you have any further questions or anything you'd like to share, we will stay on the Zoom call for a few minutes now."
174174
spoken "Otherwise, we will see you next time on the next module which will cover #{next_module_name}."
175-
instruction "Handover to Sponsor"
175+
handover
176176
end
177177

178178
producer do

module_1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186

187187
spoken "Make a note of this label and number if it helps you. There's also a space in the handbook to write this down."
188188

189-
instruction "Hand over to Fx1 for State and Traffic Light model"
189+
handover "for State and Traffic Light model"
190190
end
191191

192192
producer do

0 commit comments

Comments
 (0)