diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-29 10:03:24 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-29 10:03:24 +0700 |
| commit | b2afb5c847c9983b098a3223fbcfdb666e65c8cb (patch) | |
| tree | 5738c42611339649d98758b49e65d8539663a8f5 /src/lib | |
| parent | 5bc7a6807847610b190ea9d5046021d2db15afc5 (diff) | |
<iman> update code
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/auth/components/SwitchAccount.jsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/auth/components/SwitchAccount.jsx b/src/lib/auth/components/SwitchAccount.jsx index 06a802fc..12bbf4bb 100644 --- a/src/lib/auth/components/SwitchAccount.jsx +++ b/src/lib/auth/components/SwitchAccount.jsx @@ -172,7 +172,8 @@ const SwitchAccount = ({ company_type }) => { title='Ubah profil Bisnis' > <div className='leading-7 text-gray_r-12/80'> - Anda akan merubah profil bisnis anda? + Anda yakin akan merubah profil bisnis anda dari INDIVIDU menjadi{' '} + {selectedValue}? </div> <div className='flex mt-6 gap-x-4 md:justify-end'> <button |
