From c40923fe8e7c26e98dd98199f4ce5754fd923e2a Mon Sep 17 00:00:00 2001 From: Yasa-Nataliya Date: Tue, 10 Oct 2023 17:24:10 +0530 Subject: [PATCH] [ACS-5645] Added missing translation key --- lib/content-services/src/lib/i18n/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/content-services/src/lib/i18n/en.json b/lib/content-services/src/lib/i18n/en.json index 3f929a5c03..edc7c8ca90 100644 --- a/lib/content-services/src/lib/i18n/en.json +++ b/lib/content-services/src/lib/i18n/en.json @@ -180,6 +180,7 @@ "NAME": "Category name", "LOADING": "Loading", "HIDE_INPUT": "Hide input", + "NO_CATEGORIES_ADDED": "There are currently no categories added", "ERRORS": { "NOT_FOUND": "Categories not found", "REQUIRED": "Category name is required",