1
0
forked from poc/pds

chngaed name of edit live readings page

This commit is contained in:
dhanabalan
2025-07-31 17:20:32 +05:30
parent ec2fd4d3ca
commit 8871389fe3

View File

@@ -22,6 +22,6 @@ class EditTempLiveReading extends EditRecord
public function getHeading(): string public function getHeading(): string
{ {
return 'Create Live Readings'; return 'Edit Live Readings';
} }
} }