diff --git a/assets/langs/en-US.json b/assets/langs/en-US.json index 61aba9b..e836721 100644 --- a/assets/langs/en-US.json +++ b/assets/langs/en-US.json @@ -508,8 +508,8 @@ "favorite": "My Favorites", "searchfromchat": "Search from chat", "yourAnswerCorrect": "Your answer is correct", - "youMissedTheQuestion": "You ran out of time. You are out of the game. But you can continue and as a viewer.", - "wrongAnswer": "Your answer is Incorrect. You are out of the game. But you can continue and as a viewer.", + "youMissedTheQuestion": "You ran out of time. You are out of the game. But you can continue as a viewer.", + "wrongAnswer": "Your answer is Incorrect. You are out of the game. But you can continue as a viewer.", "oops": "Ooopsss!!!!", "winner": "WINNER", "youWantToLeaveMarathon": "Are you sure you want to go back? You will be out of the contest.", diff --git a/lib/generated/codegen_loader.g.dart b/lib/generated/codegen_loader.g.dart index c33ec06..f01aa0d 100644 --- a/lib/generated/codegen_loader.g.dart +++ b/lib/generated/codegen_loader.g.dart @@ -1034,8 +1034,8 @@ class CodegenLoader extends AssetLoader { "favorite": "My Favorites", "searchfromchat": "Search from chat", "yourAnswerCorrect": "Your answer is correct", - "youMissedTheQuestion": "You ran out of time. You are out of the game. But you can continue and as a viewer.", - "wrongAnswer": "Your answer is Incorrect. You are out of the game. But you can continue and as a viewer.", + "youMissedTheQuestion": "You ran out of time. You are out of the game. But you can continue as a viewer.", + "wrongAnswer": "Your answer is Incorrect. You are out of the game. But you can continue as a viewer.", "oops": "Ooopsss!!!!", "winner": "WINNER", "youWantToLeaveMarathon": "Are you sure you want to go back? You will be out of the contest.",