Skip to content

Commit

Permalink
fix: minor copy fix (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdtfh committed Dec 11, 2023
1 parent be6c426 commit fcbc67c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const ERROR_MESSAGES: Record<AppErrorCodes, string> = {
'There was a problem with this request. Please try again or contact the app owner.'
),
[AppErrorCodes.InvalidNetwork]: __(
'This app is not available on the network you are connected to. Visit docs.worldcoin.org/test for details.'
'Invalid network. If you are the app owner, visit docs.worldcoin.org/test for details.'
),
[AppErrorCodes.InclusionProofFailed]: __('There was an issue fetching your credential. Please try again.'),
[AppErrorCodes.InclusionProofPending]: __(
Expand Down

0 comments on commit fcbc67c

Please sign in to comment.