From ec24e3a194b7e18afa5c8edf818b5cfd73dc1fd4 Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 5 Nov 2019 13:00:06 +1100 Subject: [PATCH] uppercase READY prompt --- client/src/components/targeting.arrows.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/targeting.arrows.jsx b/client/src/components/targeting.arrows.jsx index b615517b..d893e3bc 100644 --- a/client/src/components/targeting.arrows.jsx +++ b/client/src/components/targeting.arrows.jsx @@ -59,7 +59,7 @@ class TargetSvg extends Component { if (tutorialGame) { return (
-

Select your skills, click on targets and then hit ready.

+

Select your skills, click on targets and then hit READY.

); }