diff --git a/packages/trace-viewer/src/third_party/devtools.ts b/packages/trace-viewer/src/third_party/devtools.ts index 7c3f142936..27c520cbce 100644 --- a/packages/trace-viewer/src/third_party/devtools.ts +++ b/packages/trace-viewer/src/third_party/devtools.ts @@ -1,4 +1,5 @@ // Copyright 2014 The Chromium Authors. All rights reserved. +// Modifications copyright (c) Microsoft Corporation. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/packages/trace-viewer/src/ui/networkResourceDetails.tsx b/packages/trace-viewer/src/ui/networkResourceDetails.tsx index 0277a2906e..1f9fcc4581 100644 --- a/packages/trace-viewer/src/ui/networkResourceDetails.tsx +++ b/packages/trace-viewer/src/ui/networkResourceDetails.tsx @@ -97,7 +97,7 @@ const RequestTab: React.FunctionComponent<{ As cURL: generateCurlCommand(resource)}/>
- As Fetch (Browser): generateFetchCall(resource)}/> + As Fetch: generateFetchCall(resource)}/>
{requestBody &&
Request Body
} {requestBody && }