From 0b1e3f594c84a508dba17ffad3cf75ad00955623 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Mon, 30 Mar 2026 10:41:45 +0700 Subject: [PATCH] refactor: update attendance page title from 'Presensi Kuliah' to 'Presensi' for improved clarity --- .../Resources/Learning/Attendances/Pages/ManageAttendances.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Resources/Learning/Attendances/Pages/ManageAttendances.php b/app/Filament/Resources/Learning/Attendances/Pages/ManageAttendances.php index ce8e461..7c7d69a 100644 --- a/app/Filament/Resources/Learning/Attendances/Pages/ManageAttendances.php +++ b/app/Filament/Resources/Learning/Attendances/Pages/ManageAttendances.php @@ -29,7 +29,7 @@ class ManageAttendances extends Page implements HasForms, HasTable protected static string $resource = AttendanceResource::class; - protected static ?string $title = 'Presensi Kuliah'; + protected static ?string $title = 'Presensi'; protected static ?string $navigationLabel = 'Presensi';