fix: Proper string for invalid SVG (#4191)

This commit is contained in:
Lipis 2021-11-03 11:10:58 +02:00 committed by GitHub
parent f1eb969565
commit 5be58b59e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,7 +168,7 @@
"imageInsertError": "Couldn't insert image. Try again later...",
"fileTooBig": "File is too big. Maximum allowed size is {{maxSize}}.",
"svgImageInsertError": "Couldn't insert SVG image. The SVG markup looks invalid.",
"invalidSVGString": "errors.invalidSVGString"
"invalidSVGString": "Invalid SVG."
},
"toolBar": {
"selection": "Selection",