Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#11878] Fix reject email content #13029

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class RejectWithReasonModalComponent implements OnInit {
+ 'email address provided by your institution.<br />'
+ '<strong>Remedy:</strong> Please re-submit an account request with your &#39;official&#39; '
+ 'institution email address.</p>\n\n'
+ '<p><strong>Reason:</strong> The email address you have provided does seems like it belongs to a student '
+ '<p><strong>Reason:</strong> The email address you have provided does seem like it belongs to a student '
+ '(i.e., not a staff member) of your institution.<br />'
+ '<strong>Remedy:</strong> If you are a student but you still need an instructor account, '
+ 'please send your justification to {supportEmail}</p>\n\n'
Expand Down
Loading