Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: import to the current workspace from any team / personal workspace #4377

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: fix copy
  • Loading branch information
amk-dev authored and jamesgeorge007 committed Sep 30, 2024
commit 1c2c4d39a05d8f376f7b4a6f6202ead7df29f7b5
4 changes: 2 additions & 2 deletions packages/hoppscotch-common/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@
"from_json_description": "Import from Hoppscotch collection file",
"from_my_collections": "Import from Personal Collections",
"from_my_collections_description": "Import from Personal Collections file",
"from_all_collections": "Import from All Collections",
"from_all_collections_description": "Import from Personal Collections or Team Collections",
"from_all_collections": "Import from another workspace",
"from_all_collections_description": "Import any collection from another workspace to the current workspace",
"from_openapi": "Import from OpenAPI",
"from_openapi_description": "Import from OpenAPI specification file (YML/JSON)",
"from_postman": "Import from Postman",
Expand Down