Added a flag_low_swap_amount and vis files for when the swap max limit is less than 0.1

This commit is contained in:
Alfred Kamanda 2025-03-12 10:45:38 +03:00
parent d13d24f032
commit 6a91049ffb
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703
4 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1 @@
Available amount {{.swap_max_limit}} is too low, please try again:

View File

@ -0,0 +1,6 @@
MAP swap_max_limit
MOUT retry 1
MOUT quit 9
HALT
INCMP _ 1
INCMP quit 9

View File

@ -0,0 +1 @@
Kiasi kinachopatikana {{.swap_max_limit}} ni cha chini sana, tafadhali jaribu tena:

View File

@ -30,3 +30,4 @@ flag,flag_offerings_set,36,this is set when the offerings of the profile is set
flag,flag_back_set,37,this is set when it is a back navigation
flag,flag_account_blocked,38,this is set when an account has been blocked after the allowed incorrect PIN attempts have been exceeded
flag,flag_incorrect_pool,39,this is set when the user selects an invalid pool
flag,flag_low_swap_amount,40,this is set when the swap max limit is less than 0.1

1 flag flag_language_set 8 checks whether the user has set their prefered language
30 flag flag_back_set 37 this is set when it is a back navigation
31 flag flag_account_blocked 38 this is set when an account has been blocked after the allowed incorrect PIN attempts have been exceeded
32 flag flag_incorrect_pool 39 this is set when the user selects an invalid pool
33 flag flag_low_swap_amount 40 this is set when the swap max limit is less than 0.1