diff --git a/src/components/pages/production/recording/form/RecordingForm.tsx b/src/components/pages/production/recording/form/RecordingForm.tsx
index 17a1d020..30859656 100644
--- a/src/components/pages/production/recording/form/RecordingForm.tsx
+++ b/src/components/pages/production/recording/form/RecordingForm.tsx
@@ -2759,7 +2759,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
)}
Kondisi Telur |
Jumlah |
- Berat (gram) |
+ Total Berat (Kilogram) |
{(type as 'add' | 'edit' | 'detail') !== 'detail' && (
Action |
)}
@@ -2880,7 +2880,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
className={{
wrapper: 'w-full min-w-24',
}}
- placeholder='Masukkan berat telur (gram)...'
+ placeholder='Masukkan total berat telur (Kilogram)...'
/>
{(type as 'add' | 'edit' | 'detail') !== 'detail' && (