diff --git a/src/Cli.php b/src/Cli.php index 872271e..856dafd 100644 --- a/src/Cli.php +++ b/src/Cli.php @@ -7,7 +7,7 @@ function demoGreeting(): void { - line('Welcome to the Brain Game!'); + line('Welcome to the Brain Games!'); $name = prompt('May I have your name?'); line("Hello, %s!", $name); } diff --git a/src/texts.json b/src/texts.json index cf151eb..d9f3540 100644 --- a/src/texts.json +++ b/src/texts.json @@ -1,6 +1,6 @@ { "dialogs": { - "welcome": "Welcome to the Brain Game!", + "welcome": "Welcome to the Brain Games!", "congratulations": "Congratulations, [user_name]!", "greeting": "Hello, [user_name]!", "correct_answer": "Correct!",