| @@ -48,9 +48,9 @@ | ||
| 48 | 48 | 'callback' => [ ProfileOrderTemplate::class, 'content' ], |
| 49 | 49 | 'priority' => 30, |
| 50 | 50 | ), |
| 51 | 51 | 'enrolled-students' => array( |
| 52 | - 'title' => __( 'Enrolled Students', 'learnpress' ), | |
| 52 | + 'title' => __( 'Students', 'learnpress' ), | |
| 53 | 53 | 'slug' => 'enrolled-students', |
| 54 | 54 | 'callback' => [ ProfileStudentEnrolledTemplate::class, 'tab_content' ], |
| 55 | 55 | 'priority' => 35, |
| 56 | 56 | 'icon' => '<i class="lp-icon-user-secret"></i>', |