Skip to content

Commit f964e5e

Browse files
committed
chore(flipcash): update error copy around phantom on ramps
Signed-off-by: Brandon McAnsh <[email protected]>
1 parent 27e670c commit f964e5e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -301,14 +301,14 @@
301301
<string name="error_title_phantomInternalError">Something went wrong</string>
302302
<string name="error_title_phantomUnknown">Something went wrong</string>
303303

304-
<string name="error_description_phantomDecryption">Failed to decrypt the response from Phantom. Please try again</string>
305-
<string name="error_description_phantomDeserialization">Failed to decrypt the response from Phantom. Please try again</string>
306-
<string name="error_description_phantomFailedToCreateTransaction">Failed to create a transaction to send to Phantom. Please try again</string>
307-
<string name="error_description_phantomFailedToCreateDeeplink">Failed to generate a deeplink to send to Phantom. Please try again</string>
304+
<string name="error_description_phantomDecryption">Response from Phantom failed. Please try again</string>
305+
<string name="error_description_phantomDeserialization">Response from Phantom failed. Please try again</string>
306+
<string name="error_description_phantomFailedToCreateTransaction">Failed to generate transaction. Please try again</string>
307+
<string name="error_description_phantomFailedToCreateDeeplink">Failed to generate transaction. Please try again</string>
308308
<string name="error_description_phantomFailedToSendTransaction">Transaction failed. Please try again</string>
309309
<string name="error_description_phantomDisconnected">Phantom could not connect to the network. Please try again</string>
310310
<string name="error_description_phantomUnauthorized">The request has not been authorized by the user.</string>
311-
<string name="error_description_phantomUserRejected">The user rejected the request.</string>
311+
<string name="error_description_phantomUserRejected">Request rejected by user in Phantom.</string>
312312
<string name="error_description_phantomInvalidInput">Request was invalid. Please try again</string>
313313
<string name="error_description_phantomRequestedResourceNotAvailable">The requested resource is not available. This can occur if a previous confirmation modal was not closed in Phantom before requesting a new approval</string>
314314
<string name="error_description_phantomTransactionRejected">The transaction sent to Phantom was invalid</string>

0 commit comments

Comments
 (0)