Browse Source

fix: check limits message

pull/142/head
Matthew Raymer 1 week ago
parent
commit
685010e37d
  1. 2
      src/constants/accountView.ts

2
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

Loading…
Cancel
Save