diff --git a/include/functions.php b/include/functions.php
index f2087282..fdec4be7 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -35,7 +35,7 @@ function nav($nav) {
echo "Admin
";
}
if (isset($_SESSION['userid'])) {
- echo "Options
Déconnexion
";
+ echo "Profil
Déconnexion
";
} else {
echo "Connexion
";
}