feat: rename "Dosen Wali" to "Pembimbing Akademik" in various components for consistency

This commit is contained in:
Yoga Pangestu 2026-09-01 20:51:50 +07:00
parent 2bb892ef50
commit a7aec7245b
5 changed files with 9 additions and 8 deletions

View File

@ -58,7 +58,7 @@ export function createAcademicAdvisingLogColumns(
},
{
accessorKey: 'lecturer.user.profile.full_name',
header: () => <span>Dosen Wali</span>,
header: () => <span>Pembimbing Akademik</span>,
cell: ({ row }) => {
const lecturer = row.original.lecturer;

View File

@ -258,7 +258,7 @@ function ViewDetailDialog({
<div className="grid gap-1">
<Label className="text-muted-foreground">
Dosen Wali
Pembimbing Akademik
</Label>
<p>
{log.lecturer?.user?.profile?.full_name ??
@ -338,7 +338,8 @@ function AdvisingLogFields({
<>
<div className="grid gap-2">
<Label>
Dosen Wali <span className="text-destructive">*</span>
Pembimbing Akademik{' '}
<span className="text-destructive">*</span>
</Label>
<input
type="hidden"

View File

@ -303,7 +303,7 @@ export default function Profile({
/>
</div>
<div className="grid gap-2">
<Label>Dosen Wali</Label>
<Label>Pembimbing Akademik</Label>
<Input
disabled
value={

View File

@ -343,7 +343,7 @@ export default function StudentCreate({ departments, lecturers }: Props) {
</div>
<div className="grid gap-2">
<Label>
Dosen Wali{' '}
Pembimbing Akademik{' '}
<span className="text-red-500">
*
</span>
@ -365,7 +365,7 @@ export default function StudentCreate({ departments, lecturers }: Props) {
}
>
<ComboboxInput
placeholder="Pilih dosen wali"
placeholder="Pilih pembimbing akademik"
className="w-full"
/>
<ComboboxContent>

View File

@ -396,7 +396,7 @@ export default function StudentEdit({ user, departments, lecturers }: Props) {
</div>
<div className="grid gap-2">
<Label>
Dosen Wali{' '}
Pembimbing Akademik{' '}
<span className="text-red-500">
*
</span>
@ -418,7 +418,7 @@ export default function StudentEdit({ user, departments, lecturers }: Props) {
}
>
<ComboboxInput
placeholder="Pilih dosen wali"
placeholder="Pilih pembimbing akademik"
className="w-full"
/>
<ComboboxContent>