diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-01-02 11:18:48 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-01-02 11:18:48 +0700 |
| commit | 5e45976ee295a56eaff5924eaaa30e24fb6edda8 (patch) | |
| tree | 2ba24d28a08a42ea9d2d5bdd0e675c6761d3e60f /src/lib/form/components | |
| parent | ac0b28fd971df73101d6ac7a72af8c1326adcc44 (diff) | |
<iman> update revisi
Diffstat (limited to 'src/lib/form/components')
| -rw-r--r-- | src/lib/form/components/Merchant.jsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/form/components/Merchant.jsx b/src/lib/form/components/Merchant.jsx index 62d6bd70..a7df740c 100644 --- a/src/lib/form/components/Merchant.jsx +++ b/src/lib/form/components/Merchant.jsx @@ -691,7 +691,7 @@ const CreateMerchant = () => { No. Telepon Perusahaan </label> <span className='opacity-65 text-xs'> - isi no telepon perusahaan yang sesuai + Isi no telepon perusahaan yang sesuai </span> </div> <div className='w-3/5'> @@ -712,7 +712,7 @@ const CreateMerchant = () => { No. Handphone </label> <span className='opacity-65 text-xs'> - isi no handphone perusahaan yang sesuai + Isi no handphone perusahaan yang sesuai </span> </div> <div className='w-3/5'> @@ -1187,7 +1187,7 @@ const CreateMerchant = () => { {errors.PICName?.message} </div> <span className='opacity-65 text-xs'> - isi dengan nama sales / penanggung jawab + Isi dengan nama sales / penanggung jawab </span> </div> </div> @@ -1307,7 +1307,7 @@ const CreateMerchant = () => { </div> </div> <span className='opacity-65 text-xs'> - alamat sesuai dengan alamat perusahaan + Alamat sesuai dengan alamat perusahaan </span> </div> <div className='w-full flex flex-col'> |
