diff --git a/project/ws/app/src/lib/routes/home/routes/mentor-manage/mentor-manage.component.ts b/project/ws/app/src/lib/routes/home/routes/mentor-manage/mentor-manage.component.ts
index 179f3881e..db86e1260 100644
--- a/project/ws/app/src/lib/routes/home/routes/mentor-manage/mentor-manage.component.ts
+++ b/project/ws/app/src/lib/routes/home/routes/mentor-manage/mentor-manage.component.ts
@@ -118,7 +118,9 @@ export class MentorManageComponent implements OnInit, OnDestroy {
this.reportsNoteList = [
// tslint:disable-next-line: max-line-length
`There are two tabs—All Verified Users (lists all verified users) and Assigned Mentors (lists users who have been assigned as mentors).`,
+ // tslint:disable-next-line: max-line-length
`Assign a mentor from the All Verified Users tab, and they will automatically appear in the Assigned Mentors tab.`,
+ // tslint:disable-next-line: max-line-length
`Mentors can be assigned or managed from either tab, with changes reflected across both.`
]
}