File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
ui/legacy/components/source_frame Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ const UIStrings = {
123
123
/**
124
124
*@description Text displayed in a tooltip shown when hovering over a CSS property value references a name that's not
125
125
* defined and can't be linked to.
126
- *@example {--my-custom-property -name} PH1
126
+ *@example {--my-linkable -name} PH1
127
127
*/
128
128
sIsNotDefined : '{PH1} is not defined' ,
129
129
/**
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const UIStrings = {
24
24
/**
25
25
*@description Text displayed in a tooltip shown when hovering over a CSS property value references a name that's not
26
26
* defined and can't be linked to.
27
- *@example {--my-anchor -name} PH1
27
+ *@example {--my-linkable -name} PH1
28
28
*/
29
29
sIsNotDefined : '{PH1} is not defined' ,
30
30
} as const ;
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ const UIStrings = {
138
138
*/
139
139
allowImporting : 'allow importing' ,
140
140
/**
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.
142
142
*@example {allow importing} PH1
143
143
*/
144
144
typeAllowImporting : 'Type \'\'{PH1}\'\'' ,
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ const UIStrings = {
101
101
*/
102
102
allowPasting : 'allow pasting' ,
103
103
/**
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.
105
105
*@example {allow pasting} PH1
106
106
*/
107
107
typeAllowPasting : 'Type \'\'{PH1}\'\'' ,
You can’t perform that action at this time.
0 commit comments