From 1c7ad9955c0a9632bc7f152c4ada9e1d226cbe7a Mon Sep 17 00:00:00 2001 From: Missy Johnson <97301019+Misjohns@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:45:52 -0400 Subject: [PATCH] Update content of Join InstructLab on GitHub modal Update title and message of the Join InstructLab on GitHub modal Signed-off-by: Missy Johnson <97301019+Misjohns@users.noreply.github.com> --- src/app/login/githublogin.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/login/githublogin.tsx b/src/app/login/githublogin.tsx index 7ffc93c..e7d49da 100644 --- a/src/app/login/githublogin.tsx +++ b/src/app/login/githublogin.tsx @@ -23,10 +23,9 @@ const GithubLogin: React.FC = () => { const error = searchParams.get('error'); if (error === 'NotOrgMember') { const errorMessage = - 'You are not a member of the InstructLab Public Github Organization. \ - To access the InstructLab UI, you need to be a member of InstructLab Public Github Organization.\ - Please use the Send Invite button to receive an invitation to join the Organization. \ - Once you accept the invitation please try again to access the InstructLab UI.'; + 'To access the InstructLab UI, you need to become a member of the \ + InstructLab public GitHub organization. First, send yourself an invite on GitHub. \ + Then, accept the invite and try accessing the InstructLab UI again.'; setErrorMsg(errorMessage); setShowError(true); } @@ -135,7 +134,7 @@ const GithubLogin: React.FC = () => {
handleOnClose()}