diff --git a/frontend/src/API/API.ts b/frontend/src/API/API.ts index ca26c2c..261cb17 100644 --- a/frontend/src/API/API.ts +++ b/frontend/src/API/API.ts @@ -303,7 +303,7 @@ export const api: API = { } catch (e) { return { success: false, - message: "fuck", + message: "fucked again", }; } },