Skip to content

Commit 438487e

Browse files
committed
chore(flipcash): update copy for error modals
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 1075fbe commit 438487e

1 file changed

Lines changed: 10 additions & 14 deletions

File tree

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

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<string name="error_title_failedToPurchaseItem">Purchase Failed</string>
2222
<string name="error_description_failedToPurchaseItem">Something went wrong during payment. Please try again later</string>
2323

24-
<string name="subtitle_accessKeySnapshotDescription">Tap the Google Lens icon to open the QR code to log into Flipcash. Alternatively you can log in manually by entering the 12 words in the Flipcash Log In screen.</string>
25-
<string name="subtitle_accessKeySnapshotWarning">Warning! This image gives access to all the funds you have in Flipcash. Do not share this image with anyone else. Keep it secure and safe.</string>
24+
<string name="subtitle_accessKeySnapshotDescription">Tap the Google Lens icon to open the QR code to log into Flipcash. Alternatively you can log in manually by entering the 12 words in the Flipcash Log In screen</string>
25+
<string name="subtitle_accessKeySnapshotWarning">Warning! This image gives access to all the funds you have in Flipcash. Do not share this image with anyone else. Keep it secure and safe</string>
2626

2727
<string name="title_badge_no_connection">No Connection</string>
2828

@@ -41,9 +41,9 @@
4141
<string name="error_description_sendLimitReached">Flipcash is designed for small, every day transactions. Your daily send limit will increase tomorrow</string>
4242

4343
<string name="error_title_failedToCreateGiftCard">Something Went Wrong</string>
44-
<string name="error_description_failedToCreateGiftCard">Failed to create a cashlink. Please try again</string>
44+
<string name="error_description_failedToCreateGiftCard">Please try again later</string>
4545

46-
<string name="error_description_linkExpired">The cash was automatically returned to the sender because it wasn\'t collected within 24 hours. Please ask them to send the cash again.</string>
46+
<string name="error_description_linkExpired">The cash was automatically returned to the sender because it wasn\'t collected within 24 hours. Please ask them to send the cash again</string>
4747

4848

4949
<string name="title_depositUsdc">Deposit</string>
@@ -65,9 +65,6 @@
6565
<string name="error_title_failedToCancelTransfer">Something went wrong</string>
6666
<string name="error_description_failedToCancelTransfer">We were unable to cancel your transfer. Please try again</string>
6767

68-
<string name="error_title_failedToCancelCashLink">Something went wrong</string>
69-
<string name="error_description_failedToCancelCashLink">We were unable to cancel your cash link. Please try cancelling it from your transaction history</string>
70-
7168
<string name="prompt_title_cancelTransferNoAmount">Cancel Transfer?</string>
7269
<string name="prompt_title_cancelTransferWithAmount">Cancel %1$s Transfer?</string>
7370
<string name="prompt_description_cancelTransfer">The money will be returned to your wallet</string>
@@ -77,8 +74,7 @@
7774
<string name="subtitle_ofUsdSuffix">of USD</string>
7875

7976
<string name="error_title_alreadyCollected">Cash Already Collected</string>
80-
<string name="error_description_alreadyCollected">This cash was already collected</string>
81-
<string name="error_title_alreadyCollectedBySomeone">Cash Already Collected</string>
77+
<string name="error_description_alreadyCollected">This cash has already been collected or was cancelled by the sender</string>
8278

8379
<string name="error_description_failedToCollect">Something went wrong. The cash could not be collected</string>
8480

@@ -98,14 +94,14 @@
9894
<string name="error_title_failedToDeleteAccount">Something went wrong</string>
9995
<string name="error_description_failedToDeleteAccount">We were unable to delete your Flipcash account. Please try again</string>
10096

101-
<string name="subtitle_howToDeposit">Deposit funds into your wallet by sending USDC to your Deposit Address below. Tap to copy.</string>
97+
<string name="subtitle_howToDeposit">Deposit funds into your wallet by sending USDC to your Deposit Address below. Tap to copy</string>
10298

10399
<string name="title_clipboardLabelDepositAddress">Deposit Address</string>
104100
<string name="title_clipboardLabelPublicKey">Public Key</string>
105101
<string name="title_clipboardLabelAccountId">Account ID</string>
106102
<string name="title_clipboardLabelPushToken">Push Token</string>
107103

108-
<string name="prompt_description_viewAccessKey">Your Access Key will grant access to your Flipcash account. Keep it private and safe.</string>
104+
<string name="prompt_description_viewAccessKey">Your Access Key will grant access to your Flipcash account. Keep it private and safe</string>
109105

110106
<string name="subtitle_scanThisQRCode">Scan this QR code with your phone\'s camera to download the Flipcash app</string>
111107
<string name="subtitle_scanToDownload">Scan to download the\nFlipcash app</string>
@@ -124,13 +120,13 @@
124120
<string name="title_requireBiometrics">Require Biometrics</string>
125121
<string name="description_requireBiometricsNoneEnrolled">No biometrics currently enrolled</string>
126122
<string name="title_biometricAuthentication">Biometric Authentication</string>
127-
<string name="description_biometricAuthentication">Place your finger on the sensor or look at the front camera to authenticate.</string>
123+
<string name="description_biometricAuthentication">Place your finger on the sensor or look at the front camera to authenticate</string>
128124
<string name="action_biometricsClickToAuthenticate">Click to authenticate</string>
129125
<string name="error_title_missingBiometrics">Biometrics Removed</string>
130-
<string name="error_description_missingBiometrics">Biometrics are no longer available on your device.</string>
126+
<string name="error_description_missingBiometrics">Biometrics are no longer available on your device</string>
131127

132128
<string name="action_unlockCode">Unlock Flipcash</string>
133129
<string name="action_noCancelSend">No, Cancel Send</string>
134-
<string name="prompt_description_didYouSendLink">Any cash that isn\'t collected within 24 hours will be automatically returned to your balance.</string>
130+
<string name="prompt_description_didYouSendLink">Any cash that isn\'t collected within 24 hours will be automatically returned to your balance</string>
135131

136132
</resources>

0 commit comments

Comments
 (0)