Skip to content

Commit 3b1452f

Browse files
committed
Change formulation of bot substitution
The previous formulation caused confusion when the GC requested substitution for a team due to a yellow card.
1 parent 3c11a05 commit 3b1452f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/texts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const mapGameEventToText = function (event) {
117117
+ `and ${distance(event.placementSucceeded.precision)}`;
118118
}
119119
if (event.botSubstitution != null) {
120-
return `${teamAndBot(event.botSubstitution)} requests bot substitution`;
120+
return `Team ${teamAndBot(event.botSubstitution)} substitutes robots`;
121121
}
122122
if (event.tooManyRobots != null) {
123123
return `${teamAndBot(event.tooManyRobots)} has ${event.tooManyRobots.numRobotsOnField} robots on the field, `

0 commit comments

Comments
 (0)