[UXW] Cleanup: cosmetic text changes for network filters and main menu

Bug: none
Change-Id: I96bd94ae613b09df2d3aab91ef16e952a3e2bd15
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/4661336
Reviewed-by: Sofia Emelianova <[email protected]>
Commit-Queue: Danil Somsikov <[email protected]>
Auto-Submit: Sofia Emelianova <[email protected]>
Reviewed-by: Danil Somsikov <[email protected]>
diff --git a/front_end/panels/network/NetworkLogView.ts b/front_end/panels/network/NetworkLogView.ts
index 3bb8005..7a6b4aa 100644
--- a/front_end/panels/network/NetworkLogView.ts
+++ b/front_end/panels/network/NetworkLogView.ts
@@ -97,21 +97,21 @@
   /**
    *@description Label for a filter in the Network panel
    */
-  hasBlockedCookies: 'Has blocked cookies',
+  hasBlockedCookies: 'Blocked cookies',
   /**
    *@description Tooltip for a checkbox in the Network panel. The response to a network request may include a
    *             cookie (https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies). Such response cookies can
    *             be malformed or otherwise invalid and the browser may choose to ignore or not accept invalid cookies.
    */
-  onlyShowRequestsWithBlocked: 'Only show requests with blocked response cookies',
+  onlyShowRequestsWithBlocked: 'Show only the requests with blocked response cookies',
   /**
    *@description Label for a filter in the Network panel
    */
-  blockedRequests: 'Blocked Requests',
+  blockedRequests: 'Blocked requests',
   /**
    *@description Tooltip for a filter in the Network panel
    */
-  onlyShowBlockedRequests: 'Only show blocked requests',
+  onlyShowBlockedRequests: 'Show only blocked requests',
   /**
    *@description Label for a filter in the Network panel
    */
@@ -119,7 +119,7 @@
   /**
    *@description Tooltip for a filter in the Network panel
    */
-  onlyShowThirdPartyRequests: 'Shows only requests with origin different from page origin',
+  onlyShowThirdPartyRequests: 'Show only requests with origin different from page origin',
   /**
    *@description Text that appears when user drag and drop something (for example, a file) in Network Log View of the Network panel
    */