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: add individual content types for formadata #4550

Merged
Merged
Show file tree
Hide file tree
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: update copy
  • Loading branch information
amk-dev authored and jamesgeorge007 committed Nov 24, 2024
commit ff0bb9c047feb667c5372a19a3cf10d5364015eb
1 change: 1 addition & 0 deletions packages/hoppscotch-common/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@
"structured": "Structured",
"text": "Text"
},
"show_content_type": "Show Content Type",
"different_collection": "Cannot reorder requests from different collections",
"duplicated": "Request duplicated",
"duration": "Duration",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
useIndividualContentTypes = !useIndividualContentTypes
}
"
>Use Individual Content Types</HoppSmartCheckbox
>{{ t(`request.show_content_type`) }}</HoppSmartCheckbox
>
</div>
<HoppButtonSecondary
Expand Down