[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/entrypoints/main/MainImpl.ts b/front_end/entrypoints/main/MainImpl.ts
index c37016b..3d86165 100644
--- a/front_end/entrypoints/main/MainImpl.ts
+++ b/front_end/entrypoints/main/MainImpl.ts
@@ -89,7 +89,7 @@
/**
*@description Text in Main
*/
- focusDebuggee: 'Focus debuggee',
+ focusDebuggee: 'Focus page',
/**
*@description Text in Main
*/
diff --git a/front_end/entrypoints/main/main-meta.ts b/front_end/entrypoints/main/main-meta.ts
index 3883acb..5c16098 100644
--- a/front_end/entrypoints/main/main-meta.ts
+++ b/front_end/entrypoints/main/main-meta.ts
@@ -17,7 +17,7 @@
/**
*@description Text in Main
*/
- focusDebuggee: 'Focus debuggee',
+ focusDebuggee: 'Focus page',
/**
*@description Text in the Shortcuts page in settings to explain a keyboard shortcut
*/
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
*/
diff --git a/front_end/panels/network/NetworkPanel.ts b/front_end/panels/network/NetworkPanel.ts
index 0eca5ce..652c5ca 100644
--- a/front_end/panels/network/NetworkPanel.ts
+++ b/front_end/panels/network/NetworkPanel.ts
@@ -95,7 +95,7 @@
/**
*@description Text in Network Panel of the Network panel
*/
- useLargeRequestRows: 'Use large request rows',
+ useLargeRequestRows: 'Big request rows',
/**
*@description Tooltip text for network request overview setting
*/
@@ -103,7 +103,7 @@
/**
*@description Text in Network Panel of the Network panel
*/
- showOverview: 'Show overview',
+ showOverview: 'Overview',
/**
*@description Tooltip for group by frame network setting
*/
@@ -119,7 +119,7 @@
/**
*@description Text to take screenshots
*/
- captureScreenshots: 'Capture screenshots',
+ captureScreenshots: 'Screenshots',
/**
* @description Tooltip text that appears when hovering over the largeicon load button in the
* Network Panel. This action prompts the user to select a HAR file to upload to DevTools.