commit | 697fb0b4bb161c82ffaf63c3cf136b8da1af7c39 | [log] [tgz] |
---|---|---|
author | Simon Zünd <[email protected]> | Mon Mar 01 10:12:42 2021 |
committer | Commit Bot <[email protected]> | Mon Mar 01 13:18:08 2021 |
tree | e9f6d78e030a0190e406395fa6d6ab70224fe8c2 | |
parent | f8025b30fc14fe8a2fa0b3c16b77388022b034ea [diff] [blame] |
[l10n] Don't export the UIStrings object 5/* 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: I1c00c4bd249980b0aae1113f317ef77121b85035 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2726570 Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Simon Zünd <[email protected]>
diff --git a/front_end/sources/BreakpointEditDialog.js b/front_end/sources/BreakpointEditDialog.js index 0acd18b..31fa117 100644 --- a/front_end/sources/BreakpointEditDialog.js +++ b/front_end/sources/BreakpointEditDialog.js
@@ -7,7 +7,7 @@ import * as Root from '../root/root.js'; import * as UI from '../ui/ui.js'; -export const UIStrings = { +const UIStrings = { /** *@description Screen reader label for a select box that chooses the breakpoint type in the Sources panel when editing a breakpoint */