feat: add a proper error message when file is too big (#2247)
This commit is contained in:
@ -109,6 +109,7 @@
|
||||
"alerts": {
|
||||
"clearReset": "This will clear the whole canvas. Are you sure?",
|
||||
"couldNotCreateShareableLink": "Couldn't create shareable link.",
|
||||
"couldNotCreateShareableLinkTooBig": "Couldn't create shareable link: the scene is too big",
|
||||
"couldNotLoadInvalidFile": "Couldn't load invalid file",
|
||||
"importBackendFailed": "Importing from backend failed.",
|
||||
"cannotExportEmptyCanvas": "Cannot export empty canvas.",
|
||||
|
Reference in New Issue
Block a user