Browse Source

fix: Proper string for invalid SVG (#4191)

Lipis 3 years ago
parent
commit
5be58b59e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/locales/en.json

+ 1 - 1
src/locales/en.json

@@ -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",