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

This commit is contained in:
Joel Jacob Stephen 2025-01-30 09:06:07 -06:00 committed by GitHub
parent 812daaaf06
commit 135060bc4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}",