commit | 66efa48538d7e2d9f9b77f53f750a44dcfab0856 | [log] [tgz] |
---|---|---|
author | Kim-Anh Tran <[email protected]> | Mon Apr 28 07:48:28 2025 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 28 08:19:59 2025 |
tree | 418613ea5e605c983926577b51753ebab93e5bc9 | |
parent | 294930becb7a8a8a00f141d9b5913d8579b03cd2 [diff] [blame] |
Change 'hitting' to 'pressing' when mentioning shortcuts Fixed: 408449450 Change-Id: I396acaff14bda719590754c1ee331c8a59b5d15b Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6491872 Reviewed-by: Kateryna Prokopenko <[email protected]> Commit-Queue: Kateryna Prokopenko <[email protected]> Commit-Queue: Kim-Anh Tran <[email protected]> Auto-Submit: Kim-Anh Tran <[email protected]>
diff --git a/front_end/panels/network/NetworkLogView.ts b/front_end/panels/network/NetworkLogView.ts index e0b179c..c220bd6 100644 --- a/front_end/panels/network/NetworkLogView.ts +++ b/front_end/panels/network/NetworkLogView.ts
@@ -148,7 +148,7 @@ *@example {Ctrl + R} PH2 */ performARequestOrHitSToRecordThe: - 'Perform a request or reload the page by using the "{PH1}" button or by hitting {PH2}.', + 'Perform a request or reload the page by using the "{PH1}" button or by pressing {PH2}.', /** *@description Shown in the Network Log View of the Network panel when the user has not yet * recorded any network activity. This is an instruction to the user to start recording in order to @@ -157,7 +157,7 @@ * @example {Ctrl + E} PH2 */ recordToDisplayNetworkActivity: - 'Record network log to display network activity by using the "{PH1}" button or by hitting {PH2}.', + 'Record network log to display network activity by using the "{PH1}" button or by pressing {PH2}.', /** *@description Label of a button in the Network Log View of the Network panel. */