diff --git a/src/dashboards/Student.tsx b/src/dashboards/Student.tsx
index 81223002..97acd6d1 100644
--- a/src/dashboards/Student.tsx
+++ b/src/dashboards/Student.tsx
@@ -70,7 +70,7 @@ export default function StudentDashboard({user}: Props) {
<>
{corporateUserToShow && (
- Corporate: {corporateUserToShow?.corporateInformation.companyInformation.name || corporateUserToShow.name}
+ Linked to: {corporateUserToShow?.corporateInformation.companyInformation.name || corporateUserToShow.name}
)}
{corporateUserToShow && (
- Corporate: {corporateUserToShow?.corporateInformation.companyInformation.name || corporateUserToShow.name}
+ Linked to: {corporateUserToShow?.corporateInformation.companyInformation.name || corporateUserToShow.name}
)}