chore: [MICROBA-1780] Copy edits (#901)

A partner was not happy with messaging for a course whose
students were in the "earned-not-available" state. This aims to make the
messaging more clear.
This commit is contained in:
Thomas Tracy
2022-04-01 12:43:05 -04:00
committed by GitHub
parent 7d86c501a7
commit 76cf85f3d7
7 changed files with 12 additions and 12 deletions

View File

@@ -136,7 +136,7 @@ describe('Course Exit Pages', () => {
},
});
await fetchAndRender(<CourseCelebration />);
expect(screen.getByText('Your grade and certificate will be ready soon!')).toBeInTheDocument();
expect(screen.getByText('Your grade and certificate status will be available soon.')).toBeInTheDocument();
});
it('Displays request certificate link', async () => {