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 64ec68f commit 9af1b1dCopy full SHA for 9af1b1d
src/views/myData/addProtectedData.tsx
@@ -340,7 +340,10 @@ export default function AddProtectedData() {
340
</div>
341
{CreateProtectedDataMutation.isError && (
342
<Alert variant="error">
343
- <p>Oops, something went wrong while fetching all creators.</p>
+ <p>
344
+ Oops, something went wrong while creating your protected
345
+ data.
346
+ </p>
347
<p>{CreateProtectedDataMutation.error.toString()}</p>
348
</Alert>
349
)}
0 commit comments