Skip to content

Commit bac9d21

Browse files
hanselfmu-chromiumDevtools-frontend LUCI CQ
authored andcommitted
Fix UIStrings errors that prevented l10n updates
Bug: None Change-Id: Ifd52321df3422bde83ba394e58495b7b1c03db10 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6425304 Reviewed-by: Simon Zünd <szuend@chromium.org> Commit-Queue: Simon Zünd <szuend@chromium.org> Commit-Queue: Changhao Han <changhaohan@chromium.org> Feels: Changhao Han <changhaohan@chromium.org> Auto-Submit: Changhao Han <changhaohan@chromium.org>
1 parent f66fa60 commit bac9d21

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

front_end/panels/elements/StylePropertyTreeElement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const UIStrings = {
123123
/**
124124
*@description Text displayed in a tooltip shown when hovering over a CSS property value references a name that's not
125125
* defined and can't be linked to.
126-
*@example {--my-custom-property-name} PH1
126+
*@example {--my-linkable-name} PH1
127127
*/
128128
sIsNotDefined: '{PH1} is not defined',
129129
/**

front_end/panels/elements/components/AnchorFunctionLinkSwatch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const UIStrings = {
2424
/**
2525
*@description Text displayed in a tooltip shown when hovering over a CSS property value references a name that's not
2626
* defined and can't be linked to.
27-
*@example {--my-anchor-name} PH1
27+
*@example {--my-linkable-name} PH1
2828
*/
2929
sIsNotDefined: '{PH1} is not defined',
3030
} as const;

front_end/panels/recorder/RecorderController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const UIStrings = {
138138
*/
139139
allowImporting: 'allow importing',
140140
/**
141-
*@description Input box placeholder which instructs the user to type 'allow pasing' into the input box.
141+
*@description Input box placeholder which instructs the user to type 'allow importing' into the input box.
142142
*@example {allow importing} PH1
143143
*/
144144
typeAllowImporting: 'Type \'\'{PH1}\'\'',

front_end/ui/legacy/components/source_frame/SourceFrame.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const UIStrings = {
101101
*/
102102
allowPasting: 'allow pasting',
103103
/**
104-
*@description Input box placeholder which instructs the user to type 'allow pasing' into the input box.
104+
*@description Input box placeholder which instructs the user to type 'allow pasting' into the input box.
105105
*@example {allow pasting} PH1
106106
*/
107107
typeAllowPasting: 'Type \'\'{PH1}\'\'',

0 commit comments

Comments
 (0)