Provide more context in some l10n descriptions and lock some terms

[email protected]

Bug: chromium:1163928
Change-Id: I1fd4e54c052cbbd1a3cf575c56c82397ee5ec778
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2698834
Auto-Submit: Simon Zünd <[email protected]>
Reviewed-by: Peter Marshall <[email protected]>
Commit-Queue: Peter Marshall <[email protected]>
diff --git a/front_end/network/NetworkLogView.js b/front_end/network/NetworkLogView.js
index 22e4b48..6f9f22f 100644
--- a/front_end/network/NetworkLogView.js
+++ b/front_end/network/NetworkLogView.js
@@ -68,7 +68,9 @@
   */
   hasBlockedCookies: 'Has blocked cookies',
   /**
-  *@description Tooltip for a filter in the Network panel
+  *@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',
   /**