From 589ba088c97b6e72893727881f68fbe3c820cf93 Mon Sep 17 00:00:00 2001 From: Zhang Ziqing <69516975+ziqing26@users.noreply.github.com> Date: Mon, 15 Apr 2024 00:42:34 +0800 Subject: [PATCH] [#11878] Fix reject email content (#13029) --- .../admin-reject-with-reason-modal.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/app/components/account-requests-table/admin-reject-with-reason-modal/admin-reject-with-reason-modal.component.ts b/src/web/app/components/account-requests-table/admin-reject-with-reason-modal/admin-reject-with-reason-modal.component.ts index 49afda15357..c79a6b711bb 100644 --- a/src/web/app/components/account-requests-table/admin-reject-with-reason-modal/admin-reject-with-reason-modal.component.ts +++ b/src/web/app/components/account-requests-table/admin-reject-with-reason-modal/admin-reject-with-reason-modal.component.ts @@ -28,7 +28,7 @@ export class RejectWithReasonModalComponent implements OnInit { + 'email address provided by your institution.
' + 'Remedy: Please re-submit an account request with your 'official' ' + 'institution email address.

\n\n' - + '

Reason: The email address you have provided does seems like it belongs to a student ' + + '

Reason: The email address you have provided does seem like it belongs to a student ' + '(i.e., not a staff member) of your institution.
' + 'Remedy: If you are a student but you still need an instructor account, ' + 'please send your justification to {supportEmail}

\n\n'