Skip to content

Commit

Permalink
Update description of student enroll course email
Browse files Browse the repository at this point in the history
  • Loading branch information
Imran92 committed Aug 7, 2024
1 parent df269ae commit 9336e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/internal/emails/class-email-seeder-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function get_email_data(): array {
'student_starts_course' => [
'types' => [ 'teacher' ],
'subject' => __( '[student:displayname] enrolled in [course:name]', 'sensei-lms' ),
'description' => __( 'Course Started', 'sensei-lms' ),
'description' => __( 'Course Enrolled', 'sensei-lms' ),
'content' => '<!-- wp:pattern {"slug":"sensei-lms/student-starts-course"} /-->',
],
'student_completes_course' => [
Expand Down

0 comments on commit 9336e3c

Please sign in to comment.