commit | 0a863abcf8bf4b7c51c245a28bbf533f2f6b41ec | [log] [tgz] |
---|---|---|
author | Andres Olivares <[email protected]> | Fri Feb 19 15:21:23 2021 |
committer | Commit Bot <[email protected]> | Mon Feb 22 18:21:45 2021 |
tree | 0b5941c7355dd3dafb99abbf1333b8c2bfb387ba | |
parent | dd183960c93159e8d1b244bff9de8e117384d5b7 [diff] [blame] |
Update description of 'sBTransferredOverNetwork' UIString in the Network panel to be more clear [email protected] Bug: chromium:1163928 Change-Id: I0bcbfc194cfefaa1bbb7cdfbce55676f63650ae4 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2705340 Commit-Queue: Andres Olivares <[email protected]> Auto-Submit: Andres Olivares <[email protected]> Reviewed-by: Peter Marshall <[email protected]>
diff --git a/front_end/network/NetworkLogView.js b/front_end/network/NetworkLogView.js index 81846d1..248ca3f 100644 --- a/front_end/network/NetworkLogView.js +++ b/front_end/network/NetworkLogView.js
@@ -147,12 +147,14 @@ */ sRequests: '{PH1} requests', /** - *@description Text in Network Log View of the Network panel + *@description Message in the summary toolbar at the bottom of the Network log that shows the compressed size of + * all resources transferred over network during a network activity log. *@example {4 B} PH1 */ sTransferred: '{PH1} transferred', /** - *@description Text in Network Log View of the Network panel + *@description Message in a tooltip that shows the compressed size of all resources transferred over network during + * a network activity log. *@example {4} PH1 */ sBTransferredOverNetwork: '{PH1} B transferred over network',