diff --git a/Frontend/patient_manager/lib/pages/register.dart b/Frontend/patient_manager/lib/pages/register.dart index bff7f7c5..c4592b82 100644 --- a/Frontend/patient_manager/lib/pages/register.dart +++ b/Frontend/patient_manager/lib/pages/register.dart @@ -147,7 +147,7 @@ class _RegisterState extends State { return const MySuccessMessage( successType: "Success", successMessage: - "Congratulations! Your account has been created successfully. You are log in and can start exploring."); + "Congratulations! Your account has been created successfully. You are log in and can start exploring.\n\nPlease note: more apps will appear once you update your profile."); }, ); }