From 74a33e9d897c9db1386ad8ea5dd842bb4eeac7ca Mon Sep 17 00:00:00 2001 From: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com> Date: Wed, 3 May 2023 13:15:36 +0200 Subject: [PATCH] ACS-5147 Fixed typo (#8522) --- lib/content-services/src/lib/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/content-services/src/lib/i18n/en.json b/lib/content-services/src/lib/i18n/en.json index bbcb2075dc..afffbacdb5 100644 --- a/lib/content-services/src/lib/i18n/en.json +++ b/lib/content-services/src/lib/i18n/en.json @@ -173,7 +173,7 @@ "UNASSIGN_CATEGORY": "Unassign Category", "DELETE_CATEGORY": "Delete Category", "EXISTING_CATEGORIES": "Existing Categories:", - "SELECT_EXISTING_CATEGORY": "Select a existing Category:", + "SELECT_EXISTING_CATEGORY": "Select an existing Category:", "NO_EXISTING_CATEGORIES": "No existing Categories", "GENERIC_CREATE": "Create: {{name}}", "NAME": "Category name",