mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: add a proper error message when file is too big (#2247)
This commit is contained in:
parent
8f5c5f80d3
commit
41ccd47791
2 changed files with 3 additions and 1 deletions
|
@ -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.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue