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