File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,11 @@ class TransferForm extends Component {
256256 ? tt (
257257 'transfer_jsx.use_only_3_digits_of_precison'
258258 )
259- : null ,
259+ : ( toDelegate && ( values . amount < 1 && values . amount > 0 ) )
260+ ? tt (
261+ 'transfer_jsx.minimum_required_delegation_amount'
262+ )
263+ : null ,
260264 asset : props . toVesting
261265 ? null
262266 : ! values . asset
Original file line number Diff line number Diff line change 885885 "amount_is_in_form" : " Amount is in the form 99999.999" ,
886886 "insufficient_funds" : " Insufficient funds" ,
887887 "use_only_3_digits_of_precison" : " Use only 3 digits of precison" ,
888+ "minimum_required_delegation_amount" : " The minimum required delegation amount is 1.000 SP" ,
888889 "use_only_6_digits_of_precision" : " Use only 6 digits of precision" ,
889890 "send_to_account" : " Send to account" ,
890891 "asset" : " Asset" ,
You can’t perform that action at this time.
0 commit comments