1
0
forked from poc/pds

modified names of live reading for view page

This commit is contained in:
dhanabalan
2025-07-31 17:22:00 +05:30
parent 8871389fe3
commit 04af1c7c34

View File

@@ -19,6 +19,6 @@ class ViewTempLiveReading extends ViewRecord
public function getHeading(): string
{
return 'Live Readings';
return 'View Live Readings';
}
}