Skip to content

Commit

Permalink
Update err message copy
Browse files Browse the repository at this point in the history
  • Loading branch information
JIOjosBG committed Jun 24, 2024
1 parent 6ae8bab commit b063920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styles from './DAppIncompatibilityWarningMsg.module.scss'

export default function DAppIncompatibilityWarningMsg({
title = 'Warning',
msg = 'If you have trouble validating this message with the dApp, most likely it does not support smart wallet signatures. Ambire Wallet has no control over those dApps and can not reach out to all of them, and we recommend you report this to the dApp in order to add such support and allow you to use it flawlessly.'
msg = 'If you have trouble validating this message with the dApp, most likely it does not support smart wallet signatures. Ambire Wallet has no control over those dApps and can not reach out to all of them. We recommend you to migrate to the Ambire Extension, which supports signing all types of messages: https://www.ambire.com.'
}) {
return (
<div className={styles.wrapper}>
Expand Down

0 comments on commit b063920

Please sign in to comment.