Skip to content

Commit

Permalink
AI4Bharat alert message changes (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gouravmore authored Jun 13, 2023
1 parent 1f4f37a commit 97e653c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function Game() {
}
useEffect(() => {
if (voiceText === "-") {
alert("AI4Bharat gives empty source");
alert("Sorry I couldn't hear a voice. Could you please speak again?");
setVoiceText("");
}
if ((voiceText !== "") & (voiceText !== "-")) {
Expand Down

0 comments on commit 97e653c

Please sign in to comment.