diff --git a/src/views/myData/addProtectedData.tsx b/src/views/myData/addProtectedData.tsx index 32fc83f..21c0a2b 100644 --- a/src/views/myData/addProtectedData.tsx +++ b/src/views/myData/addProtectedData.tsx @@ -340,7 +340,10 @@ export default function AddProtectedData() { {CreateProtectedDataMutation.isError && ( -

Oops, something went wrong while fetching all creators.

+

+ Oops, something went wrong while creating your protected + data. +

{CreateProtectedDataMutation.error.toString()}

)}