From 7c126502ec208cca0b1ce400480e8155833cb970 Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Wed, 31 Jul 2024 10:45:08 +0200 Subject: [PATCH] update success message --- Frontend/patient_manager/lib/pages/register.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); }, ); }