diff --git a/user_main.php b/user_main.php
index 954d214..33fa61c 100644
--- a/user_main.php
+++ b/user_main.php
@@ -146,7 +146,8 @@ send_header("Main Page", array());
//only display the named greeting if we have their name
echo i18n("Hello %1",array($_SESSION['name']));
-
+echo "
";
+echo "Please review your roles below and if correct, continue to your Account Profile";
echo "
";
echo "
";
draw_roles();