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/kotlin/com/flipcash/app/core/onramp/deeplinks/WalletDeeplinkConnectionResult.kt
<stringname="error_title_phantomDisconnected">Something Went Wrong</string>
295
-
<stringname="error_title_phantomUnauthorized">Something Went Wrong</string>
296
-
<stringname="error_title_phantomUserRejected">Request Rejected in Phantom</string>
297
-
<stringname="error_title_phantomInvalidInput">Something Went Wrong</string>
298
-
<stringname="error_title_phantomRequestedResourceNotAvailable">Something Went Wrong</string>
299
-
<stringname="error_title_phantomTransactionRejected">Something Went Wrong</string>
300
-
<stringname="error_title_phantomMethodNotFound">Something Went Wrong</string>
301
-
<stringname="error_title_phantomInternalError">Something Went Wrong</string>
302
-
<stringname="error_title_phantomUnknown">Something Went Wrong</string>
303
-
304
-
<stringname="error_description_phantomDecryption">Response from Phantom failed. Please try again</string>
305
-
<stringname="error_description_phantomDeserialization">Response from Phantom failed. Please try again</string>
306
-
<stringname="error_description_phantomFailedToCreateTransaction">Failed to generate transaction. Please try again</string>
307
-
<stringname="error_description_phantomFailedToCreateDeeplink">Failed to generate transaction. Please try again</string>
308
-
<stringname="error_description_phantomFailedToSendTransaction">Make sure you have enough Solana USDC and enough SOL in your Phantom account to complete the transaction</string>
309
-
<stringname="error_description_phantomDisconnected">Phantom could not connect to the network. Please try again</string>
310
-
<stringname="error_description_phantomUnauthorized">The request has not been authorized by the user</string>
311
-
<stringname="error_description_phantomUserRejected">Make sure you have enough Solana USDC and enough SOL in your Phantom account to complete the transaction</string>
312
-
<stringname="error_description_phantomInvalidInput">The request was invalid. Please try again</string>
313
-
<stringname="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>
314
-
<stringname="error_description_phantomTransactionRejected">The transaction sent to Phantom was invalid</string>
315
-
<stringname="error_description_phantomMethodNotFound">Phantom did not recognize the request</string>
316
-
<stringname="error_description_phantomInternalError">Something went wrong within Phantom. Please try again</string>
<stringname="error_title_deeplinkOnRampDisconnected">Something Went Wrong</string>
296
+
<stringname="error_title_deeplinkOnRampUnauthorized">Something Went Wrong</string>
297
+
<stringname="error_title_deeplinkOnRampUserRejected">Request Rejected in Phantom</string>
298
+
<stringname="error_title_deeplinkOnRampInvalidInput">Something Went Wrong</string>
299
+
<stringname="error_title_deeplinkOnRampRequestedResourceNotAvailable">Something Went Wrong</string>
300
+
<stringname="error_title_deeplinkOnRampTransactionRejected">Something Went Wrong</string>
301
+
<stringname="error_title_deeplinkOnRampMethodNotFound">Something Went Wrong</string>
302
+
<stringname="error_title_deeplinkOnRampInternalError">Something Went Wrong</string>
303
+
<stringname="error_title_deeplinkOnRampUnknown">Something Went Wrong</string>
304
+
305
+
<stringname="error_description_deeplinkOnRampDecryption">Response from Phantom failed. Please try again</string>
306
+
<stringname="error_description_deeplinkOnRampDeserialization">Response from Phantom failed. Please try again</string>
307
+
<stringname="error_description_deeplinkOnRampFailedToCreateTransaction">Failed to generate transaction. Please try again</string>
308
+
<stringname="error_description_deeplinkOnRampFailedToSimulateTransaction">Failed to simulate transaction on chain. Please try again</string>
309
+
<stringname="error_description_deeplinkOnRampFailedToCreateDeeplink">Failed to generate transaction. Please try again</string>
310
+
<stringname="error_description_deeplinkOnRampFailedToSendTransaction">Make sure you have enough Solana USDC and enough SOL in your Phantom account to complete the transaction</string>
311
+
<stringname="error_description_deeplinkOnRampDisconnected">Phantom could not connect to the network. Please try again</string>
312
+
<stringname="error_description_deeplinkOnRampUnauthorized">The request has not been authorized by the user</string>
313
+
<stringname="error_description_deeplinkOnRampUserRejected">Make sure you have enough Solana USDC and enough SOL in your Phantom account to complete the transaction</string>
314
+
<stringname="error_description_deeplinkOnRampInvalidInput">The request was invalid. Please try again</string>
315
+
<stringname="error_description_deeplinkOnRampRequestedResourceNotAvailable">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>
316
+
<stringname="error_description_deeplinkOnRampTransactionRejected">The transaction sent to Phantom was invalid</string>
317
+
<stringname="error_description_deeplinkOnRampMethodNotFound">Phantom did not recognize the request</string>
318
+
<stringname="error_description_deeplinkOnRampInternalError">Something went wrong within Phantom. Please try again</string>
0 commit comments