mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 03:57:04 +00:00
Change wording when trying to add an incompatible Safe address (#1405)
* Update mastercopy error
This commit is contained in:
parent
171b6d9ddc
commit
ab1775e891
@ -43,7 +43,7 @@ const useStyles = makeStyles({
|
||||
})
|
||||
|
||||
export const SAFE_INSTANCE_ERROR = 'Address given is not a Safe instance'
|
||||
export const SAFE_MASTERCOPY_ERROR = 'Mastercopy used by this Safe is not the same'
|
||||
export const SAFE_MASTERCOPY_ERROR = 'Address is not a Safe or mastercopy is not supported'
|
||||
|
||||
// In case of an error here, it will be swallowed by final-form
|
||||
// So if you're experiencing any strang behaviours like freeze or hanging
|
||||
|
Loading…
x
Reference in New Issue
Block a user