change buttons name

This commit is contained in:
smanylov
2026-01-29 14:48:54 +07:00
parent 8b68e37b89
commit 27d8e75986
4 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -189,7 +189,7 @@ export default function RegisterForm() {
switchRegistrationTypeHandler(e, 'btc');
}}
>
btc
{t('personal')}
</button>
<button
className={`${styles['form-switcher-button']} ${accountType === 'btb' ? styles['active'] : ''}`}
@@ -197,7 +197,7 @@ export default function RegisterForm() {
switchRegistrationTypeHandler(e, 'btb');
}}
>
btb
{t('company')}
</button>
<input
type="hiden"