Skip to content

Commit

Permalink
Reword warning
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Oct 23, 2023
1 parent f2f3dd0 commit eafd4d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Warnings: Record<string, { severity: AlertColor; message: string }> = {
},
UNSUPPORTED_CHAIN: {
severity: 'error',
message: `${NAME_PLACEHOLDER} does not support the Safe Account network. If you want to interact with ${NAME_PLACEHOLDER}, please switch to a Safe Account on a supported network.`,
message: `${NAME_PLACEHOLDER} does not support this Safe Account's network (${CHAIN_PLACEHOLDER}). Please switch to a Safe Account on one of supported networks below.`,
},
WRONG_CHAIN: {
severity: 'info',
Expand Down

0 comments on commit eafd4d0

Please sign in to comment.