From a6174bf7937fda4be7423ef6d120bacd7be59bba Mon Sep 17 00:00:00 2001 From: Regiaaaaaa Date: Fri, 21 Nov 2025 14:52:44 +0700 Subject: [PATCH] refactor: Standardization of Verification Data --- Controllers/ChecklistHarianController.cs | 2 +- Controllers/LaporanRwRwController.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Controllers/ChecklistHarianController.cs b/Controllers/ChecklistHarianController.cs index 2f98c14..6d02f5b 100644 --- a/Controllers/ChecklistHarianController.cs +++ b/Controllers/ChecklistHarianController.cs @@ -26,7 +26,7 @@ namespace BpsRwApp.Controllers var sudahDiverifikasi = index % 3 != 0; var statusBadge = sudahDiverifikasi ? "
Verifikasi
" : - "
Belum Diverifikasi
"; + "
Belum Verifikasi
"; return new { diff --git a/Controllers/LaporanRwRwController.cs b/Controllers/LaporanRwRwController.cs index 827729f..6e51f92 100644 --- a/Controllers/LaporanRwRwController.cs +++ b/Controllers/LaporanRwRwController.cs @@ -26,7 +26,7 @@ namespace BpsRwApp.Controllers { var bulan = ControllerSampleData.FormatBulanDenganTahun(startMonth.AddMonths(index)); var status = index % 5 == 0 - ? "
Belum Diverifikasi
" + ? "
Belum Verifikasi
" : "
Verifikasi
"; return new