diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-28 13:31:15 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-28 13:31:15 +0700 |
| commit | 2b9d3ce422c159f3739d3572d73c088740dccf3e (patch) | |
| tree | add17e87a1d2de08fc09d45629bee57f80e31bb3 /src/lib/auth/components | |
| parent | a8aabf3a4a2fb0208684d10b6eefa9b81b2bcc25 (diff) | |
<iman> update switch account
Diffstat (limited to 'src/lib/auth/components')
| -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 d76d1f0e..a609d9e7 100644 --- a/src/lib/auth/components/SwitchAccount.jsx +++ b/src/lib/auth/components/SwitchAccount.jsx @@ -159,7 +159,8 @@ const SwitchAccount = ({ company_type }) => { title='Ubah profil Bisnis' > <div className='leading-7 text-gray_r-12/80'> - Apakah anda yakin mengubah data bisnis? + Mohon diperhatikan bahwa perubahan data akun bisnis akan mengakibatkan + perubahan pada informasi yang tertera di faktur pajak dan invoice.? </div> <div className='flex mt-6 gap-x-4 md:justify-end'> <button |
