feat: rename "Dosen Wali" to "Pembimbing Akademik" in various components for consistency
This commit is contained in:
parent
2bb892ef50
commit
a7aec7245b
@ -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;
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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={
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user