We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e72ce7 commit 956fcf5Copy full SHA for 956fcf5
packages/snaps-utils/src/ui.tsx
@@ -470,7 +470,7 @@ export function validateJsxElements(
470
const isUrl = isValidUrl(src);
471
assert(
472
!isUrl || (isUrl && hasPermission('endowment:network-access')),
473
- 'Using external images is only permitted with the network access endowment.',
+ 'Using external images is only permitted with the `endowment:network-access` permission.',
474
);
475
break;
476
}
0 commit comments