@rango-dev/widget-embedded 0.60.2-next.7 → 0.60.2-next.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/widget-embedded",
3
- "version": "0.60.2-next.7",
3
+ "version": "0.60.2-next.8",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -66,4 +66,4 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  }
69
- }
69
+ }
@@ -161,7 +161,7 @@ export function Detached(props: PropTypes) {
161
161
  <MessageBox
162
162
  type="info"
163
163
  title={i18n.t(`Connect {wallet}`, {
164
- wallet: targetWallet.type,
164
+ wallet: targetWallet.title,
165
165
  })}
166
166
  description={i18n.t(
167
167
  'This wallet supports multiple chains. Choose which chains you’d like to connect or disconnect.'