diff --git a/src/components/pages/flock/recording/form/RecordingForm.tsx b/src/components/pages/flock/recording/form/RecordingForm.tsx
index d0286b10..78a4436a 100644
--- a/src/components/pages/flock/recording/form/RecordingForm.tsx
+++ b/src/components/pages/flock/recording/form/RecordingForm.tsx
@@ -561,7 +561,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
{/* Basic Info Card */}
-
Recording Information
+
Informasi Recording
{
{/* Feed Data Table */}
-
Feed Data
+
Data Pakan
@@ -700,9 +700,9 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
)}
- | Feed Name |
- Feed Qty (Available Stock) |
- Feed Stock (Used) |
+ Nama Pakan |
+ Total Stock pada saat ini |
+ Jumlah Stock yang digunakan |
{type !== 'detail' && Action | }
@@ -899,7 +899,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
{/* Body Weight Table */}
-
Body Weight
+
Berat Ayam
@@ -931,9 +931,9 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
)}
- | Chicken Weight |
- Chicken Count |
- Average Weight |
+ Berat (Gram) |
+ Jumlah Ayam |
+ Rata-rata berat Ayam |
{type !== 'detail' && Action | }
@@ -1161,9 +1161,9 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
)}
- Vaccine Name |
- Total Stock (Available Stock) |
- Used Stock |
+ Name Vaksin |
+ Total Stock pada saat ini |
+ Jumlah Stock yang digunakan |
{type !== 'detail' && Action | }
@@ -1369,7 +1369,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
{/* Mortality Table */}
-
Mortality
+
Mortalitas
@@ -1401,8 +1401,8 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
)}
- | Condition |
- Count |
+ Kondisi/Alasan Mortalitas |
+ Jumlah |
{type !== 'detail' && Action | }