We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c11a05 commit 3b1452fCopy full SHA for 3b1452f
src/texts.js
@@ -117,7 +117,7 @@ export const mapGameEventToText = function (event) {
117
+ `and ${distance(event.placementSucceeded.precision)}`;
118
}
119
if (event.botSubstitution != null) {
120
- return `${teamAndBot(event.botSubstitution)} requests bot substitution`;
+ return `Team ${teamAndBot(event.botSubstitution)} substitutes robots`;
121
122
if (event.tooManyRobots != null) {
123
return `${teamAndBot(event.tooManyRobots)} has ${event.tooManyRobots.numRobotsOnField} robots on the field, `
0 commit comments