summaryrefslogtreecommitdiff
path: root/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-01-07 11:10:19 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-01-07 11:10:19 +0700
commit72a2c17094eca3d08c1a42c528f869befdb6131e (patch)
tree960f40c5eb3d8d926494a6d75038316306661214 /src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
parent4745baa6981423d9a7c2311370ad7c853c33de7b (diff)
<iman> update perbaiki kata kata
Diffstat (limited to 'src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx')
-rw-r--r--src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
index d385bc3b..25a3a7ee 100644
--- a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
+++ b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
@@ -616,7 +616,7 @@ const InformasiPerusahaan = ({
<label className='form-label text-nowrap'>Industri</label>
{!isKonfirmasi && (
<span className='text-xs opacity-60'>
- isi detail perusahaan sesuai dengan nama yang terdaftar
+ Pilih jenis industri perusahaan anda
</span>
)}
</div>
@@ -628,7 +628,7 @@ const InformasiPerusahaan = ({
<HookFormSelect
{...props}
options={industries}
- placeholder={'Pilih industri bisnis anda'}
+ placeholder={'Pilih industri perusahaan anda'}
/>
)}
/>