Browse Source

chore(common): updated collection import string for activity logs (#4710)

Joel Jacob Stephen 1 month ago
parent
commit
135060bc4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/hoppscotch-common/locales/en.json

+ 1 - 1
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}",