commit | 6f95e8460f64b16ba867116b916d8a5f1b9dac07 | [log] [tgz] |
---|---|---|
author | Simon Zünd <[email protected]> | Mon Mar 01 07:41:55 2021 |
committer | Commit Bot <[email protected]> | Mon Mar 01 08:12:58 2021 |
tree | 5aab884045b4e20ad78075fcd5e4724e2d1670ad | |
parent | fbfd107855464313a06c139e38c95fa2fe67cc70 [diff] [blame] |
[l10n] Don't export the UIStrings object 2/* Split up due to command line length restrictions for PRESUBMIT.py. Original CL approved here: https://crrev.com/c/2720369 [email protected] Bug: chromium:1180760 Change-Id: I0cd71afab99e70cbc5e713a387759c81cc40d842 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2726560 Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Simon Zünd <[email protected]>
diff --git a/front_end/issues/AffectedCookiesView.ts b/front_end/issues/AffectedCookiesView.ts index dc92023..26dd8cc 100644 --- a/front_end/issues/AffectedCookiesView.ts +++ b/front_end/issues/AffectedCookiesView.ts
@@ -11,7 +11,7 @@ import type {AggregatedIssue} from './IssueAggregator.js'; import {IssueView} from './IssueView.js'; -export const UIStrings = { +const UIStrings = { /** *@description Noun, singular. Label for the kind and number of affected resources associated with a DevTools issue. A cookie is a small piece of data that a server sends to the user's web browser. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies. */