chore(common): updated collection import string for activity logs (#4710)
This commit is contained in:
parent
812daaaf06
commit
135060bc4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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}",
|
||||
|
|
|
|||
Loading…
Reference in a new issue