Skip to content

Commit caa1249

Browse files
committed
chore(flipcash): update send limit error modal copy
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 47d65ae commit caa1249

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

apps/flipcash/core/src/main/res/values/strings.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,11 @@
4242

4343
<string name="error_title_insufficientFunds">Insufficient Funds</string>
4444
<string name="error_description_insufficientFunds">You do not have enough funds to complete this transaction. You can deposit more funds in Settings</string>
45-
<string name="error_description_giveLimitReached">Flipcash is designed for small, every day transactions. Your daily give limit will increase tomorrow</string>
4645
<string name="subtitle_giveCashHint">Enter up to %1$s</string>
4746
<string name="subtitle_giveCashHintLimitExceeded">You can only give up to %1$s</string>
4847

49-
<string name="error_title_sendLimitReached">Daily Limit Reached</string>
50-
<string name="error_description_sendLimitReached">Flipcash is designed for small, every day transactions. Your daily send limit will increase tomorrow</string>
48+
<string name="error_title_sendLimitReached">Transaction Limit Reached</string>
49+
<string name="error_description_sendLimitReached">Flipcash is designed for small, every day transactions. Send limits reset daily</string>
5150

5251
<string name="error_title_failedToCreateGiftCard">Something Went Wrong</string>
5352
<string name="error_description_failedToCreateGiftCard">Please try again later</string>

0 commit comments

Comments
 (0)