Skip to content

Commit

Permalink
Updated microcopy on the Join InstructLab on GitHub modal
Browse files Browse the repository at this point in the history
Changed the headline and text in content area of the Join InstructLab on GitHub modal.

Signed-off-by: Missy Johnson <97301019+Misjohns@users.noreply.github.com>
  • Loading branch information
Misjohns authored Oct 23, 2024
1 parent 371b745 commit 79ead4d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/app/login/githublogin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.';
'Join InstructLab on GitHub \
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);
}
Expand Down

0 comments on commit 79ead4d

Please sign in to comment.