ledger account describibale support
This commit is contained in:
@@ -474,6 +474,10 @@
|
||||
"optional": "optional",
|
||||
"ownerRole": "Organization Owner",
|
||||
"ownerRoleDescription": "This role is granted to the organization’s creator, providing full administrative privileges",
|
||||
"cryptoWallet": "Crypto",
|
||||
"cryptoWalletDesc": "TRC-20 USDT",
|
||||
"ledgerWallet": "Internal",
|
||||
"ledgerWalletDesc": "RUB wallet for settlements",
|
||||
"accountVerificationFailed": "Oops! We failed to verify your account. Please, contact support",
|
||||
"verifyAccount": "Account Verification",
|
||||
"verificationFailed": "Verification Failed",
|
||||
|
||||
@@ -475,6 +475,10 @@
|
||||
|
||||
"ownerRole": "Владелец организации",
|
||||
"ownerRoleDescription": "Эта роль предоставляется создателю организации и даёт ему полные административные права",
|
||||
"cryptoWallet": "Крипто",
|
||||
"cryptoWalletDesc": "TRC-20 USDT",
|
||||
"ledgerWallet": "Внутренний",
|
||||
"ledgerWalletDesc": "RUB кошелек для расчетов",
|
||||
"accountVerificationFailed": "Упс! Не удалось подтвердить ваш аккаунт. Пожалуйста, свяжитесь с поддержкой.",
|
||||
"verifyAccount": "Подтвердить аккаунт",
|
||||
"verificationFailed": "Ошибка подтверждения",
|
||||
|
||||
@@ -71,6 +71,14 @@ class SignUpFormState extends State<SignUpForm> {
|
||||
name: locs.ownerRole,
|
||||
description: locs.ownerRoleDescription,
|
||||
),
|
||||
cryptoWallet: newDescribable(
|
||||
name: locs.cryptoWallet,
|
||||
description: locs.cryptoWalletDesc,
|
||||
),
|
||||
ledgerWallet: newDescribable(
|
||||
name: locs.ledgerWallet,
|
||||
description: locs.ledgerWalletDesc,
|
||||
),
|
||||
);
|
||||
onSignUp();
|
||||
return 'ok';
|
||||
|
||||
Reference in New Issue
Block a user