Changed label on response sample media type dropdown to be more informative

This commit is contained in:
goodyguts 2020-11-22 02:26:30 +00:00
parent c6b7d567d9
commit c4267f5ae6

View File

@ -43,7 +43,7 @@ export class MediaTypesSwitch extends React.Component<MediaTypesSwitchProps> {
const Wrapper = ({ children }) => const Wrapper = ({ children }) =>
this.props.withLabel ? ( this.props.withLabel ? (
<DropdownWrapper> <DropdownWrapper>
<DropdownLabel>Content type</DropdownLabel> <DropdownLabel>Content Type / Accept</DropdownLabel>
{children} {children}
</DropdownWrapper> </DropdownWrapper>
) : ( ) : (