@@ -159,7 +159,7 @@ const UserCard = ({user, loggedInUser, onClose, onViewStudents, onViewTeachers,
type="text"
name="commercialRegistration"
onChange={setCommercialRegistration}
- placeholder="Enter company name"
+ placeholder="Enter commercial registration"
defaultValue={commercialRegistration}
required
/>
@@ -171,11 +171,11 @@ const UserCard = ({user, loggedInUser, onClose, onViewStudents, onViewTeachers,
<>
null}
- placeholder="Enter company name"
+ placeholder="Enter corporate name"
defaultValue={user.agentInformation.companyName}
disabled
/>
@@ -227,7 +227,7 @@ export default function Home() {
type="text"
name="commercialRegistration"
onChange={() => null}
- placeholder="Enter company name"
+ placeholder="Enter commercial registration"
defaultValue={user.agentInformation.commercialRegistration}
disabled
/>