From 7e4ad3c6d9d0073ab8013b42aa93b4b6d5f82466 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 8cb5cc820f..482dedf814 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",