diff --git a/server_files/informations.php b/server_files/informations.php
index c02d3d7..c4c66c5 100644
--- a/server_files/informations.php
+++ b/server_files/informations.php
@@ -61,7 +61,7 @@ Numéro de téléphone : = $user_data["phone_number"] ?>
if ($user_data["role"] == "ADMIN" || $user_data["role"] == "ORGANIZER") {
while (($tournament_data = $tournaments_req->fetch()) !== false) {
- echo "Organise le tournoi de " . $tournament_data["name"] . "
";
+ echo "Organise le tournoi " . $tournament_data["name"] . "
";
}
}
elseif ($user_data["role"] == "PARTICIPANT" || $user_data["role"] == "ENCADRANT") { ?>