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.
    */