From 135060bc4a590774c93b0077c6ed7238d1487af5 Mon Sep 17 00:00:00 2001 From: Joel Jacob Stephen <70131076+JoelJacobStephen@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:06:07 -0600 Subject: [PATCH] chore(common): updated collection import string for activity logs (#4710) --- packages/hoppscotch-common/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index b8f430a5..e1af9174 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -79,7 +79,7 @@ "WORKSPACE_USER_ROLE_UPDATE": "{user}'s role was updated from {old_role} to {new_role}", "COLLECTION_CREATE": "Created new collection {title}", "COLLECTION_RENAME": "Renamed collection from {old_title} to {new_title}", - "COLLECTION_IMPORT": "Imported collection {title}", + "COLLECTION_IMPORT": "Imported {count} collection(s)", "COLLECTION_DELETE": "Deleted collection {title}", "COLLECTION_DUPLICATE": "Duplicated collection {parentTitle}", "REQUEST_CREATE": "Created new request {title}",