From 051fdd56811542f6f8169b8a0f64ca15220207f2 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Sat, 19 Jul 2025 02:04:59 +0000 Subject: [PATCH] fix: check limits message --- src/constants/accountView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/accountView.ts b/src/constants/accountView.ts index 4ecc8d2b..ad7fa505 100644 --- a/src/constants/accountView.ts +++ b/src/constants/accountView.ts @@ -85,7 +85,7 @@ export const ACCOUNT_VIEW_CONSTANTS = { NO_IMAGE_ACCESS: "You don't have access to upload images.", CANNOT_UPLOAD_IMAGES: "You cannot upload images.", BAD_SERVER_RESPONSE: "Bad server response.", - ERROR_RETRIEVING_LIMITS: "Got an error retrieving limits.", + ERROR_RETRIEVING_LIMITS: "No limits were found, so no actions are allowed. You will need to get registered.", }, // Project assignment errors