From 5be58b59e01571192145cb5f5d9545de7f69a08b Mon Sep 17 00:00:00 2001 From: Lipis Date: Wed, 3 Nov 2021 11:10:58 +0200 Subject: [PATCH] fix: Proper string for invalid SVG (#4191) --- src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 5a40ea4d..910b38d7 100644 --- a/src/locales/en.json +++ b/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",