From 1fd699ebf46bb6732d01169651cba6c79d63f9b8 Mon Sep 17 00:00:00 2001 From: Calcitem Date: Thu, 2 Sep 2021 00:37:33 +0800 Subject: [PATCH] l10n: Change String of "The game started" --- src/ui/flutter_app/lib/l10n/intl_en.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/flutter_app/lib/l10n/intl_en.arb b/src/ui/flutter_app/lib/l10n/intl_en.arb index 94831771..e9a0338f 100644 --- a/src/ui/flutter_app/lib/l10n/intl_en.arb +++ b/src/ui/flutter_app/lib/l10n/intl_en.arb @@ -248,7 +248,7 @@ "@restart": { "description": "Restart" }, - "gameStarted": "The Game started, please place", + "gameStarted": "The game started, please place", "@gameStarted": { "description": "Game started, please place" },