summaryrefslogtreecommitdiff
path: root/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
diff options
context:
space:
mode:
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'}
/>
)}
/>