commit | 61007ff654fe89e0324e857760bfe74da9bb5811 | [log] [tgz] |
---|---|---|
author | Adam Raine <[email protected]> | Mon Dec 09 18:51:50 2024 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 10 15:56:53 2024 |
tree | df798e2b731a9fa1ca1732257d6e842431d56bbb | |
parent | e84aed6ece22a3a396a21cdcc316675795626470 [diff] [blame] |
[RPP Observations] Update definition of "field data" in translation contexts Bug: None Change-Id: I6f3cf66452585df8d909ac3c38a5592638ebcb4c Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6079049 Reviewed-by: Connor Clark <[email protected]> Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Adam Raine <[email protected]>
diff --git a/scripts/generate_metric_compare_strings.js b/scripts/generate_metric_compare_strings.js index 217836b..f9557c4 100644 --- a/scripts/generate_metric_compare_strings.js +++ b/scripts/generate_metric_compare_strings.js
@@ -60,7 +60,7 @@ const tag = camelize(localRating) + capitalizeFirstLetter(camelize(fieldRating)) + 'DetailedCompare'; const transition = localRating === fieldRating ? 'Additionally' : 'However'; console.log(` /** - * @description Text block that compares a local metric value to real user experiences. "field data" refers to performance data collected from real users on the site. "local" refers to a developers local testing environment. + * @description Text block that compares a local metric value to real user experiences. "field data" should be interpreted as "real user data". "local" refers to a developers local testing environment. * @example {LCP} PH1 * @example {500 ms} PH2 * @example {400 ms} PH3