소스 검색

fix: Proper string for invalid SVG (#4191)

vanilla_orig
Lipis 4 년 전
부모
커밋
5be58b59e0
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/locales/en.json

+ 1
- 1
src/locales/en.json 파일 보기

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

Loading…
취소
저장