From a81c97c0010bdefa76a2af49ee83ddd50f534928 Mon Sep 17 00:00:00 2001 From: Ian Bolton Date: Mon, 18 Dec 2023 12:58:48 -0500 Subject: [PATCH] :bug: Missing translation for import summary (#1635) https://github.com/konveyor/tackle2-ui/pull/1620 Signed-off-by: ibolton336 --- client/public/locales/en/translation.json | 1 + 1 file changed, 1 insertion(+) diff --git a/client/public/locales/en/translation.json b/client/public/locales/en/translation.json index e4d1bf749..491100601 100644 --- a/client/public/locales/en/translation.json +++ b/client/public/locales/en/translation.json @@ -327,6 +327,7 @@ "impactfulButNotAdvisableToMove": "Impactful but not advisable to move", "image": "Image", "imports": "Imports", + "importSummary": "Import summary", "importSummaryDeleted": "Import summary deleted", "inadvisable": "Inadvisable", "inProgress": "In-progress",