From da9b91a230a3820a884b8722af43388485ca3dea Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Wed, 31 Jul 2024 10:59:25 +0200 Subject: [PATCH] successful sign up message update --- 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 c4592b82..e15b826b 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.\n\nPlease note: more apps will appear once you update your profile."); + "Congratulations! Your account has been created successfully. You are logged in and can start exploring.\n\nPlease note: more apps will appear once you update your profile."); }, ); }