diff --git a/frontend/src/API/API.ts b/frontend/src/API/API.ts
index 6078513..a06f804 100644
--- a/frontend/src/API/API.ts
+++ b/frontend/src/API/API.ts
@@ -176,7 +176,7 @@ export const api: API = {
     } catch (e) {
       return Promise.resolve({
         success: false,
-        message: "Failed to get user projects",
+        message: "API fucked",
       });
     }
   },