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