From cfe816b78da10f057a730ab6b3c506f056433261 Mon Sep 17 00:00:00 2001 From: Catalin Novgorodschi <1140613+Shadowss@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:23:16 +0300 Subject: [PATCH] Update Profile.php --- GameEngine/Profile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GameEngine/Profile.php b/GameEngine/Profile.php index e1b98d0a..9d16f0df 100755 --- a/GameEngine/Profile.php +++ b/GameEngine/Profile.php @@ -88,8 +88,8 @@ class Profile { if($check !== true){ $messages = [ - "TROOPS_MOVING" => "There are no outgoing troops", - "INCOMING_TROOPS" => "There are no incoming troops", + "TROOPS_MOVING" => "You still have troops moving", + "INCOMING_TROOPS" => "You have incoming troops", "REINFORCEMENTS" => "You have reinforcements on your villages", "WW" => "You own a Wonder of the World", "ARTEFACTS" => "You own artefacts",