-
Notifications
You must be signed in to change notification settings - Fork 198
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
Change subject of student_starts_course email to be correct regardless of the student's access date #7661
Conversation
Test the previous changes of this PR with WordPress Playground. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as described.
Left a question regarding the description for this email.
@@ -69,7 +69,7 @@ public function get_email_data(): array { | |||
], | |||
'student_starts_course' => [ | |||
'types' => [ 'teacher' ], | |||
'subject' => __( '[student:displayname] started [course:name]', 'sensei-lms' ), | |||
'subject' => __( '[student:displayname] enrolled in [course:name]', 'sensei-lms' ), | |||
'description' => __( 'Course Started', 'sensei-lms' ), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think about updating the description for this email?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Updated here 9336e3c
Test the previous changes of this PR with WordPress Playground. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Proposed Changes
Testing Instructions
[student:displayname] enrolled in [course:name]
Pre-Merge Checklist