diff --git a/src/__tests__/pages/MenteeRegistrationPage.test.tsx b/src/__tests__/pages/MenteeRegistrationPage.test.tsx
index 250016f..d2add1e 100644
--- a/src/__tests__/pages/MenteeRegistrationPage.test.tsx
+++ b/src/__tests__/pages/MenteeRegistrationPage.test.tsx
@@ -183,7 +183,7 @@ describe('MenteeRegistrationPage - registration closed', () => {
);
expect(screen.getByText('Application is now closed')).toBeInTheDocument();
expect(
- screen.getByText(/Long-Term Mentorship programme/i),
+ screen.getByText(/Applications are currently closed/i),
).toBeInTheDocument();
expect(screen.queryByText('Step 1 of 3')).not.toBeInTheDocument();
});
diff --git a/src/components/mentorship/RegistrationClosed.tsx b/src/components/mentorship/RegistrationClosed.tsx
index f957b24..8f5e316 100644
--- a/src/components/mentorship/RegistrationClosed.tsx
+++ b/src/components/mentorship/RegistrationClosed.tsx
@@ -11,7 +11,7 @@ const RegistrationClosed = () => (
Application is now closed
- Applications for the Long-Term Mentorship programme are currently closed.
+ Applications are currently closed.