You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/flipcash/core/src/main/res/values/strings.xml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,8 @@
118
118
<stringname="prompt_description_confirmWithdrawal">Withdrawals are irreversible and cannot be undone once initiated</string>
119
119
<stringname="prompt_title_learnAboutWithdrawalFee">What Is This Fee?</string>
120
120
<stringname="prompt_description_learnAboutWithdrawalFee">The account you’re trying to withdraw to requires a one time account creation fee. This fee will be deducted from the amount you’re withdrawing</string>
121
-
121
+
<stringname="error_title_withdrawalTooSmall">Withdrawal Amount Too Small</string>
122
+
<stringname="error_description_withdrawalTooSmall">Your withdrawal amount is too small to cover the one time fee. Please try a different amount</string>
122
123
<stringname="success_description_withdrawalComplete">Your withdrawal has been processed. It may take a few minutes for your funds to show up in your destination wallet</string>
Copy file name to clipboardExpand all lines: apps/flipcash/features/withdrawal/src/main/kotlin/com/flipcash/app/withdrawal/internal/confirmation/WithdrawalConfirmationScreen.kt
0 commit comments