diff --git a/src/page/batch/FormBatch.jsx b/src/page/batch/FormBatch.jsx
index 80b4a860027e4950ce2c9c243db705b94abf509c..412367f845b94b7e4ddf54a29505122bb40e72f3 100644
--- a/src/page/batch/FormBatch.jsx
+++ b/src/page/batch/FormBatch.jsx
@@ -37,7 +37,7 @@ const FormBatch = ({ onSubmit, initialData = null, error }) => {
         if (moment(startDate) <= moment(endDate))
           handleSubmit(onSubmit)
           
-        else setErrorMessage("Tanggal Akhir tidak boleh lebih dulu dari Tanggal Mulai!")
+        else setErrorMessage("Tanggal Mulai tidak boleh melebihi Tanggal Akhir!")
       }}
       css={css`
         display: flex;