diff --git a/example/src/components/MintRunes/index.tsx b/example/src/components/MintRunes/index.tsx index 9d8144e..09f68b4 100644 --- a/example/src/components/MintRunes/index.tsx +++ b/example/src/components/MintRunes/index.tsx @@ -38,7 +38,7 @@ const MintRunes = ({ addresses, network }: Props) => { setTotalSize(response.result.totalSize); } else { console.error(response.error); - alert('Error Fetching Estimate. See console for details.'); + alert(`Error estimating ${runeName} mint. See console for details.`); } };